Only restart the GPU process multiple times on Nightly. (bug 1369097, r=milan)

This commit is contained in:
David Anderson 2017-06-12 10:54:23 -07:00
Родитель e960099899
Коммит 2121bb50ef
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -4685,10 +4685,10 @@ pref("layers.bench.enabled", false);
#if defined(XP_WIN)
pref("layers.gpu-process.enabled", true);
pref("layers.gpu-process.max_restarts", 3);
pref("media.gpu-process-decoder", true);
#ifdef NIGHTLY_BUILD
pref("layers.gpu-process.allow-software", true);
pref("layers.gpu-process.max_restarts", 3);
#endif
#endif