This commit is contained in:
Andre Medeiros 2021-09-27 15:54:29 -04:00
parent a63171f833
commit 9854c0ecc4

View file

@ -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 {