From 0360240916802ff170ee2865b369ce57a2044d5c Mon Sep 17 00:00:00 2001 From: Dani Palou Date: Fri, 10 Dec 2021 14:52:40 +0100 Subject: [PATCH] MOBILE-3833 core: Increase wsrequestqueuedelay to 100 --- moodle.config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/moodle.config.json b/moodle.config.json index 7896c81ce..fceb21ac4 100644 --- a/moodle.config.json +++ b/moodle.config.json @@ -99,5 +99,5 @@ "ios": "id633359593" }, "wsrequestqueuelimit": 10, - "wsrequestqueuedelay": 50 + "wsrequestqueuedelay": 100 }