MOBILE-3039 core: Don't force WS queue

main
Dani Palou 2019-05-27 13:34:50 +02:00
parent bcebdcceb6
commit 24fb3d999c
1 changed files with 1 additions and 2 deletions

View File

@ -191,8 +191,7 @@ interface RequestQueueItem {
export class CoreSite { export class CoreSite {
static REQUEST_QUEUE_DELAY = 50; // Maximum number of miliseconds to wait before processing the queue. static REQUEST_QUEUE_DELAY = 50; // Maximum number of miliseconds to wait before processing the queue.
static REQUEST_QUEUE_LIMIT = 10; // Maximum number of requests allowed in the queue. static REQUEST_QUEUE_LIMIT = 10; // Maximum number of requests allowed in the queue.
// @todo Set REQUEST_QUEUE_FORCE_WS to false before the release. static REQUEST_QUEUE_FORCE_WS = false; // Use "tool_mobile_call_external_functions" even for calling a single function.
static REQUEST_QUEUE_FORCE_WS = true; // Use "tool_mobile_call_external_functions" even for calling a single function.
// Constants for cache update frequency. // Constants for cache update frequency.
static FREQUENCY_USUALLY = 0; static FREQUENCY_USUALLY = 0;