mirror of
https://github.com/Radarr/Radarr.git
synced 2024-11-04 10:02:40 +01:00
Increased requirejs timeout
set timeout when running in prod regardless of hostname
This commit is contained in:
parent
f606b58986
commit
0d3c467c50
@ -4,7 +4,7 @@
|
||||
|
||||
if (window.NzbDrone.Production) {
|
||||
require.config({
|
||||
waitSeconds: 30
|
||||
waitSeconds: 45
|
||||
});
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user