Skip to content

Commit

Permalink
increase the wait a bit
Browse files Browse the repository at this point in the history
  • Loading branch information
AAGaming00 committed Jul 28, 2024
1 parent 1b93ad5 commit 01fc0c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/plugin-loader.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ class PluginLoader extends Logger {
this.initPluginBackendAPI();

Promise.all([this.getUserInfo(), this.updateVersion()])
.then(() => sleep(500))
.then(() => sleep(800))
.then(() => this.loadPlugins())
.then(() => this.checkPluginUpdates())
.then(() => this.log('Initialized'));
Expand Down

0 comments on commit 01fc0c8

Please sign in to comment.