mirror of
https://github.com/Sonarr/Sonarr.git
synced 2026-04-28 23:16:32 -04:00
Increased requirejs timeout
set timeout when running in prod regardless of hostname
This commit is contained in:
+1
-1
@@ -4,7 +4,7 @@
|
||||
|
||||
if (window.NzbDrone.Production) {
|
||||
require.config({
|
||||
waitSeconds: 30
|
||||
waitSeconds: 45
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user