mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-16 10:03:51 -07:00
Increased requirejs timeout
set timeout when running in prod regardless of hostname
This commit is contained in:
parent
76dd663bae
commit
f606b58986
3 changed files with 9 additions and 7 deletions
|
@ -2,7 +2,7 @@
|
|||
urlArgs: 'v=' + window.NzbDrone.Version
|
||||
});
|
||||
|
||||
if (window.location.hostname.toLowerCase() !== 'localhost') {
|
||||
if (window.NzbDrone.Production) {
|
||||
require.config({
|
||||
waitSeconds: 30
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue