Browse Source

FIX update cron

tags/v3.0.0
Jasder 5 years ago
parent
commit
f959b38a89
1 changed files with 1 additions and 2 deletions
  1. +1
    -2
      config/schedule.yml

+ 1
- 2
config/schedule.yml View File

@@ -1,5 +1,4 @@
sync_gitea_repo_updated_at:
# second minute hour day month date
cron: "0 0 24 * *"
cron: "0 0 * * * "
class: "SyncRepoUpdateTimeJob"
queue: default

Loading…
Cancel
Save