1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-17 21:26:22 -04:00

Increased requirejs timeout

set timeout when running in prod regardless of hostname
This commit is contained in:
Mark McDowall
2015-01-25 01:37:00 -08:00
parent f606b58986
commit 0d3c467c50

View File

@@ -4,7 +4,7 @@
if (window.NzbDrone.Production) {
require.config({
waitSeconds: 30
waitSeconds: 45
});
}