forked from EVOgeek/Vmeda.Online
MOBILE-2838 site: Skip request queue for "core_webservice_get_site_info" calls
This commit is contained in:
parent
c3e0164038
commit
c682ff8673
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user