mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-18 21:34:28 -04:00
Increased load timeout of UI for remote requests from 7 to 30 seconds.
This commit is contained in:
@@ -2,6 +2,12 @@
|
|||||||
urlArgs: 'v=' + window.NzbDrone.Version
|
urlArgs: 'v=' + window.NzbDrone.Version
|
||||||
});
|
});
|
||||||
|
|
||||||
|
if (window.location.hostname.toLowerCase() !== 'localhost') {
|
||||||
|
require.config({
|
||||||
|
waitSeconds: 30
|
||||||
|
});
|
||||||
|
}
|
||||||
|
|
||||||
define(
|
define(
|
||||||
[
|
[
|
||||||
'app'
|
'app'
|
||||||
|
|||||||
Reference in New Issue
Block a user