MOBILE-2838 site: Skip request queue for "core_webservice_get_site_info" calls
parent
c3e0164038
commit
c682ff8673
|
@ -481,7 +481,8 @@ export class CoreSite {
|
||||||
// The get_site_info WS call won't be cached.
|
// The get_site_info WS call won't be cached.
|
||||||
const preSets = {
|
const preSets = {
|
||||||
getFromCache: false,
|
getFromCache: false,
|
||||||
saveToCache: false
|
saveToCache: false,
|
||||||
|
skipQueue: true
|
||||||
};
|
};
|
||||||
|
|
||||||
// Reset clean Unicode to check if it's supported again.
|
// Reset clean Unicode to check if it's supported again.
|
||||||
|
|
Loading…
Reference in New Issue