Increased requirejs timeout

set timeout when running in prod regardless of hostname
pull/3113/head
Mark McDowall 10 years ago
parent f606b58986
commit 0d3c467c50

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

Loading…
Cancel
Save