mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-29 21:39:34 +02:00
Increased requirejs timeout
set timeout when running in prod regardless of hostname
This commit is contained in:
@@ -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