From 2aedf4a5812b29822362e1847552a0acf9f9fb76 Mon Sep 17 00:00:00 2001 From: Howard Chung Date: Sat, 14 Sep 2024 14:33:58 -0700 Subject: [PATCH] Update autofullhistory.ts --- svc/autofullhistory.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/svc/autofullhistory.ts b/svc/autofullhistory.ts index 3327bf412..f0ca1d6c8 100644 --- a/svc/autofullhistory.ts +++ b/svc/autofullhistory.ts @@ -19,4 +19,4 @@ async function doAutoFullHistory() { ), ); } -invokeIntervalAsync(doAutoFullHistory, 20 * 1000); +invokeIntervalAsync(doAutoFullHistory, 10 * 1000);