Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/notifications.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/js
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2016-11-03 12:08:24 +0300
committerGitHub <noreply@github.com>2016-11-03 12:08:24 +0300
commite02d82d70b452e40b506bab43912f08c2ae8606f (patch)
treeb758838c4dcf63499717bb95793acd33c71cbf31 /js
parent80133a6e8506d6ae5c6429b6ad1545b767ed1975 (diff)
Don't DDOS the server:see_no_evil:
Diffstat (limited to 'js')
-rw-r--r--js/app.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/app.js b/js/app.js
index 6d9e58e..2978169 100644
--- a/js/app.js
+++ b/js/app.js
@@ -17,7 +17,7 @@
OCA.Notifications = {
/** @type {number} */
- pollInterval: 5000, // milliseconds
+ pollInterval: 30000, // milliseconds
/** @type {number|null} */
interval: null,