#4776 fix-4698

Merged
zouap merged 3 commits from fix-4698 into V20231018 7 months ago
  1. +1
    -1
      modules/setting/setting.go

+ 1
- 1
modules/setting/setting.go View File

@@ -1864,7 +1864,7 @@ func getNotebookStrategy() {
NotebookStrategy.ClearEnabled = sec.Key("CLEAR_ENABLED").MustBool(false)
NotebookStrategy.ClearBatchSize = sec.Key("CLEAR_BATCH_SIZE").MustInt(300)
NotebookStrategy.MaxNumberPerUser = sec.Key("MAX_NUMBER").MustInt(5)
NotebookStrategy.Cron = sec.Key("CRON").MustString("0 0/0 2-8 * * ?")
NotebookStrategy.Cron = sec.Key("CRON").MustString("* 0,0 2-8 * * ?")
NotebookStrategy.RunAtStart = sec.Key("RUN_AT_START").MustBool(false)
}



Loading…
Cancel
Save