diff options
| author | Jan Wolff <janw@mailbox.org> | 2025-09-12 10:59:19 +0200 |
|---|---|---|
| committer | Jan Wolff <janw@mailbox.org> | 2025-09-12 10:59:19 +0200 |
| commit | 96765ec3b16714f47322814738a217111fdadb4b (patch) | |
| tree | 9d0e1aba05d94e52d9b677f609503dcc64a9f766 /controller/app.go | |
| parent | 154abc0c5016635ad3af49a0772a97fbdc34bedb (diff) | |
don't allow upload lifetime configuration for now
Diffstat (limited to 'controller/app.go')
| -rw-r--r-- | controller/app.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/controller/app.go b/controller/app.go index c22f165..172a2a2 100644 --- a/controller/app.go +++ b/controller/app.go @@ -45,7 +45,7 @@ func (app *App) StartScheduler() { go func() { for true { - time.Sleep(time.Minute * 13) + time.Sleep(time.Minute * 78) log.Println("running scheduled tasks") app.storage.GarbageCollect() |
