Bug 1304546 - Turning on e10s-multi in Aurora. r=mrbkap

This commit is contained in:
Gabor Krizsanits 2017-04-04 10:30:27 +02:00
Родитель 68008bab43
Коммит e15a95ff00
1 изменённых файлов: 3 добавлений и 3 удалений

Просмотреть файл

@ -3072,10 +3072,10 @@ pref("dom.ipc.plugins.asyncdrawing.enabled", true);
pref("dom.ipc.plugins.forcedirect.enabled", true);
#endif
#ifdef NIGHTLY_BUILD
pref("dom.ipc.processCount", 4);
#else
#ifdef RELEASE_OR_BETA
pref("dom.ipc.processCount", 1);
#else
pref("dom.ipc.processCount", 4);
#endif
// Default to allow only one file:// URL content process.