From 9854c0ecc4db5e29cca0646dab80cfa785364c0b Mon Sep 17 00:00:00 2001 From: Andre Medeiros Date: Mon, 27 Sep 2021 15:54:29 -0400 Subject: [PATCH] fix lint --- internal/cmd/scheduler.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/internal/cmd/scheduler.go b/internal/cmd/scheduler.go index 45dd24e..482a29b 100644 --- a/internal/cmd/scheduler.go +++ b/internal/cmd/scheduler.go @@ -26,8 +26,7 @@ const ( accountEnqueueTimeout = 5 // how frequently we want to check (seconds) subredditEnqueueTimeout = 5 * 60 // how frequently we want to check (seconds) - staleAccountThreshold = 7200 // 2 hours - staleDeviceThreshold = 604800 // 1 week + staleAccountThreshold = 7200 // 2 hours ) func SchedulerCmd(ctx context.Context) *cobra.Command {