Disable parallel requests for now

pull/117/merge
Lennart Kats 2015-07-07 09:49:20 +02:00
rodzic ba1c81359b
commit e03b48023b
1 zmienionych plików z 3 dodań i 0 usunięć

Wyświetl plik

@ -20,6 +20,8 @@ function plugin(options, imports, register) {
var balancers = [
baseUrl + "/uph",
];
/* UNDONE: for now we put all static content on one domain
because of reports of CORS errors
if (!options.avoidSubdomains)
balancers.push(
ideBaseUrl
@ -29,6 +31,7 @@ function plugin(options, imports, register) {
// apiBaseUrl + "/uph",
// vfsBaseUrl + "/uph"
);
*/
connectStatic.getRequireJsConfig().baseUrlLoadBalancers = balancers;
assert(connectStatic.getRequireJsConfig().baseUrlLoadBalancers);