From a529b9b031adfbd07e97785e33c009eb8d3430a0 Mon Sep 17 00:00:00 2001 From: Matthew Russell Date: Fri, 2 Feb 2024 13:01:28 -0500 Subject: [PATCH] chore(trading): make team stats aggregation epochs 192 (#5723) --- apps/trading/lib/hooks/use-teams.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/apps/trading/lib/hooks/use-teams.tsx b/apps/trading/lib/hooks/use-teams.tsx index 80a518330..d71ae8652 100644 --- a/apps/trading/lib/hooks/use-teams.tsx +++ b/apps/trading/lib/hooks/use-teams.tsx @@ -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 {