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

main
Albert Gasset 2019-04-04 15:13:02 +02:00
parent c3e0164038
commit c682ff8673
1 changed files with 2 additions and 1 deletions

View File

@ -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.