startup can take a little longer
This commit is contained in:
parent
20dc20c727
commit
d559265466
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@
|
|||
load();
|
||||
setTimeout(function() {
|
||||
document.querySelector('#status').innerHTML = 'Failed to start Open Media Library';
|
||||
}, 10000);
|
||||
}, 20000);
|
||||
</script>
|
||||
</head>
|
||||
<body class="OxThemeOxlight">
|
||||
|
|
Loading…
Reference in a new issue