We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3dda29 commit 3e53f51Copy full SHA for 3e53f51
src/server/jobs/runAggregateAllAdapter.ts
@@ -3,6 +3,6 @@ import { runAggregateDataHistoricalAllAdapters } from "../../utils/aggregate";
3
4
export const runAggregateAllAdapters = async () => {
5
const currentTimestamp = getCurrentUnixTimestamp();
6
- const startTimestamp = currentTimestamp - 86400;
+ const startTimestamp = currentTimestamp - 129600;
7
await runAggregateDataHistoricalAllAdapters(startTimestamp, currentTimestamp);
8
};
0 commit comments