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

View file

@ -27,7 +27,6 @@ const (
subredditEnqueueTimeout = 5 * 60 // how frequently we want to check (seconds) subredditEnqueueTimeout = 5 * 60 // how frequently we want to check (seconds)
staleAccountThreshold = 7200 // 2 hours staleAccountThreshold = 7200 // 2 hours
staleDeviceThreshold = 604800 // 1 week
) )
func SchedulerCmd(ctx context.Context) *cobra.Command { func SchedulerCmd(ctx context.Context) *cobra.Command {