mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-19 13:10:13 -07:00
Increased requirejs timeout
set timeout when running in prod regardless of hostname
This commit is contained in:
parent
f606b58986
commit
0d3c467c50
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
||||||
|
|
||||||
if (window.NzbDrone.Production) {
|
if (window.NzbDrone.Production) {
|
||||||
require.config({
|
require.config({
|
||||||
waitSeconds: 30
|
waitSeconds: 45
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue