Skip to content

Commit 3e53f51

Browse files
committed
increase aggregating window
1 parent d3dda29 commit 3e53f51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/server/jobs/runAggregateAllAdapter.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ import { runAggregateDataHistoricalAllAdapters } from "../../utils/aggregate";
33

44
export const runAggregateAllAdapters = async () => {
55
const currentTimestamp = getCurrentUnixTimestamp();
6-
const startTimestamp = currentTimestamp - 86400;
6+
const startTimestamp = currentTimestamp - 129600;
77
await runAggregateDataHistoricalAllAdapters(startTimestamp, currentTimestamp);
88
};

0 commit comments

Comments
 (0)