chore(trading): make team stats aggregation epochs 192 (#5723)

This commit is contained in:
Matthew Russell 2024-02-02 13:01:28 -05:00 committed by GitHub
parent 0f311611ba
commit a529b9b031
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -4,7 +4,8 @@ import { useTeamsQuery } from './__generated__/Teams';
import { useTeamsStatisticsQuery } from './__generated__/TeamsStatistics';
import compact from 'lodash/compact';
export const DEFAULT_AGGREGATION_EPOCHS = 10;
// 192
export const DEFAULT_AGGREGATION_EPOCHS = 192;
export const useTeams = (aggregationEpochs = DEFAULT_AGGREGATION_EPOCHS) => {
const {