mirror of
https://github.com/christianselig/apollo-backend
synced 2024-11-13 07:27:43 +00:00
fix lint
This commit is contained in:
parent
a63171f833
commit
9854c0ecc4
1 changed files with 1 additions and 2 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue