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