mirror of
https://github.com/fergalmoran/Readarr.git
synced 2026-01-06 00:36:58 +00:00
Increased requirejs timeout
set timeout when running in prod regardless of hostname
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
|
||||
if (window.NzbDrone.Production) {
|
||||
require.config({
|
||||
waitSeconds: 30
|
||||
waitSeconds: 45
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user