We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c12f9e5 commit d854d4eCopy full SHA for d854d4e
src/init.js
@@ -28,8 +28,8 @@ const staticLenses = [
28
async function bootstrap() {
29
// Dirty fix to wait for mysql server initialization
30
// TODO: fix inside docker-compose.yml
31
- console.log('Initialization delayed by 30 seconds.');
32
- await Util.sleep(30000);
+ console.log('Initialization delayed by 60 seconds.');
+ await Util.sleep(60000);
33
34
await runDatabaseMigration();
35
await prefetchStaticLenses();
0 commit comments