mirror of
https://github.com/go-gitea/gitea
synced 2025-07-22 18:28:37 +00:00
Replace references to cron.update_migration_post_id with cron.update_migration_poster_id in docs (#11068)
Across several files, references to cron.update_migration_post_id are made, although the actual setting is called cron.update_migration_poster_id according to modules/setting/cron.go (10e2f29144/modules/setting/cron.go (L54)
).
Co-authored-by: Antoine GIRARD <sapk@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
d66b9a4690
commit
0e4e14d0f5
@@ -853,7 +853,7 @@ SCHEDULE = @every 24h
|
||||
UPDATE_EXISTING = true
|
||||
|
||||
; Update migrated repositories' issues and comments' posterid, it will always attempt synchronization when the instance starts.
|
||||
[cron.update_migration_post_id]
|
||||
[cron.update_migration_poster_id]
|
||||
; Interval as a duration between each synchronization. (default every 24h)
|
||||
SCHEDULE = @every 24h
|
||||
|
||||
|
Reference in New Issue
Block a user