Skip to content

Commit

Permalink
Update autofullhistory.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
howardchung authored Sep 14, 2024
1 parent 28736cd commit 2aedf4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion svc/autofullhistory.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ async function doAutoFullHistory() {
),
);
}
invokeIntervalAsync(doAutoFullHistory, 20 * 1000);
invokeIntervalAsync(doAutoFullHistory, 10 * 1000);

0 comments on commit 2aedf4a

Please sign in to comment.