From 670bd16158d17eaffd11c09080bee6883d8e1e07 Mon Sep 17 00:00:00 2001 From: Alistair Roche Date: Tue, 6 May 2014 17:07:28 +1000 Subject: [PATCH] Reduce throttle on appActivated --- app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.js b/app.js index 599f023..85b4245 100644 --- a/app.js +++ b/app.js @@ -271,7 +271,7 @@ this.switchTo('empty'); } }).bind(this)); - }, 1000, {leading: false}), + }, 300, {leading: false}), onRequestsFinished: function() { if (!this.storage.user) return;