Skip to content

Commit

Permalink
feat(rollapolla-analog): ✨ give server more time to load
Browse files Browse the repository at this point in the history
  • Loading branch information
WolfSoko committed Jun 17, 2024
1 parent 5bee0d1 commit 7593202
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ export class NotesRepoAdapter extends NotesRepoPort {
if (this.notes() === undefined) {
// give the server 200ms to load the notes
// otherwise finish rendering
setTimeout(cleanup, 200);
setTimeout(cleanup, 400);
return;
}
// if notes are loaded, finish rendering
Expand Down

0 comments on commit 7593202

Please sign in to comment.