aboutsummaryrefslogtreecommitdiff
path: root/web/app/store/ReportStops.js
diff options
context:
space:
mode:
Diffstat (limited to 'web/app/store/ReportStops.js')
-rw-r--r--web/app/store/ReportStops.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/web/app/store/ReportStops.js b/web/app/store/ReportStops.js
index 9e9ba13..75c9fc1 100644
--- a/web/app/store/ReportStops.js
+++ b/web/app/store/ReportStops.js
@@ -23,6 +23,7 @@ Ext.define('Traccar.store.ReportStops', {
proxy: {
type: 'rest',
url: 'api/reports/stops',
+ timeout: Traccar.Style.reportTimeout,
headers: {
'Accept': 'application/json'
},