diff options
author | Anton Tananaev <anton.tananaev@gmail.com> | 2018-06-11 21:01:43 +1200 |
---|---|---|
committer | Anton Tananaev <anton.tananaev@gmail.com> | 2018-06-11 21:01:43 +1200 |
commit | d67213556dcc87453c0ad5cd6f9e8851c477a2f3 (patch) | |
tree | 65e26465ae688729c762eb71f699b2f40195a9ce /web/app/Style.js | |
parent | b7cad4c8622997b10e42f7dbd89393dab7af9423 (diff) | |
download | trackermap-web-d67213556dcc87453c0ad5cd6f9e8851c477a2f3.tar.gz trackermap-web-d67213556dcc87453c0ad5cd6f9e8851c477a2f3.tar.bz2 trackermap-web-d67213556dcc87453c0ad5cd6f9e8851c477a2f3.zip |
Increase reports timeout
Diffstat (limited to 'web/app/Style.js')
-rw-r--r-- | web/app/Style.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/web/app/Style.js b/web/app/Style.js index f12e9f53..b33e5c27 100644 --- a/web/app/Style.js +++ b/web/app/Style.js @@ -20,6 +20,7 @@ Ext.define('Traccar.Style', { refreshPeriod: 60 * 1000, reconnectTimeout: 60 * 1000, + reportTimeout: 120 * 1000, normalPadding: 10, |