Skip to content

Commit

Permalink
Shorter wait
Browse files Browse the repository at this point in the history
  • Loading branch information
benjie committed Feb 23, 2023
1 parent a7b55d3 commit f86e1d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion postgraphile/postgraphile/graphile.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ const preset: GraphileConfig.Preset = {
async function* subscribe() {
for (let i = 0; i < 10; i++) {
yield i;
await sleep(1000);
await sleep(300);
}
},
[sleep],
Expand Down

0 comments on commit f86e1d9

Please sign in to comment.