Skip to content

Commit 677d160

Browse files
committed
adjust interval
1 parent b79385b commit 677d160

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

svc/profiler.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,4 +49,4 @@ async function doProfile() {
4949
results.map((player: User) => upsertPlayer(db, player, false)),
5050
);
5151
}
52-
invokeIntervalAsync(doProfile, 4000);
52+
invokeIntervalAsync(doProfile, 2000);

0 commit comments

Comments
 (0)