mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-24 22:35:39 -04:00
Increased requirejs timeout
set timeout when running in prod regardless of hostname
This commit is contained in:
+1
-1
@@ -2,7 +2,7 @@
|
||||
urlArgs: 'v=' + window.NzbDrone.Version
|
||||
});
|
||||
|
||||
if (window.location.hostname.toLowerCase() !== 'localhost') {
|
||||
if (window.NzbDrone.Production) {
|
||||
require.config({
|
||||
waitSeconds: 30
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user