MOBILE-2838 site: Skip request queue for "core_webservice_get_site_info" calls

This commit is contained in:
Albert Gasset 2019-04-04 15:13:02 +02:00
parent c3e0164038
commit c682ff8673

View File

@ -481,7 +481,8 @@ export class CoreSite {
// The get_site_info WS call won't be cached.
const preSets = {
getFromCache: false,
saveToCache: false
saveToCache: false,
skipQueue: true
};
// Reset clean Unicode to check if it's supported again.