aboutsummaryrefslogtreecommitdiff
path: root/src/App.vue
diff options
context:
space:
mode:
Diffstat (limited to 'src/App.vue')
-rw-r--r--src/App.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/App.vue b/src/App.vue
index 17760b0..1a8608b 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -191,7 +191,7 @@ function reduceEvents(){
exhaustedRanges.clear();
}
// For getting events from server
-const EVENT_REQ_LIMIT = 10;
+const EVENT_REQ_LIMIT = 30;
let pendingReq = false; // Used to serialise event-req handling
async function onEventReq(startDate: HistDate, endDate: HistDate){
while (pendingReq){