There was an error while loading. Please reload this page.
1 parent b79385b commit 677d160Copy full SHA for 677d160
1 file changed
svc/profiler.ts
@@ -49,4 +49,4 @@ async function doProfile() {
49
results.map((player: User) => upsertPlayer(db, player, false)),
50
);
51
}
52
-invokeIntervalAsync(doProfile, 4000);
+invokeIntervalAsync(doProfile, 2000);
0 commit comments