Compare commits

...

1 Commits

Author SHA1 Message Date
Matthew Russell
2534315f1a
chore: make team stats aggregation epochs 192 2024-02-01 09:16:27 -08:00

View File

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