1
0
Fork 0
mirror of https://github.com/Radarr/Radarr synced 2025-01-03 13:54:29 +00:00

Increased load timeout of UI for remote requests from 7 to 30 seconds.

This commit is contained in:
kayone 2013-11-22 14:13:36 -08:00
parent 5fd25ff3f3
commit 41e02208d7

View file

@ -2,6 +2,12 @@
urlArgs: 'v=' + window.NzbDrone.Version urlArgs: 'v=' + window.NzbDrone.Version
}); });
if (window.location.hostname.toLowerCase() !== 'localhost') {
require.config({
waitSeconds: 30
});
}
define( define(
[ [
'app' 'app'