Skip to content

Commit

Permalink
Init delay increased to 60 sec
Browse files Browse the repository at this point in the history
  • Loading branch information
ptrumpis committed Jan 27, 2024
1 parent c12f9e5 commit d854d4e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/init.js
Expand Up @@ -28,8 +28,8 @@ const staticLenses = [
async function bootstrap() {
// Dirty fix to wait for mysql server initialization
// TODO: fix inside docker-compose.yml
console.log('Initialization delayed by 30 seconds.');
await Util.sleep(30000);
console.log('Initialization delayed by 60 seconds.');
await Util.sleep(60000);

await runDatabaseMigration();
await prefetchStaticLenses();
Expand Down

0 comments on commit d854d4e

Please sign in to comment.