Fix a typo in the purge jobs configuration example
This commit is contained in:
parent
0495097a7f
commit
4efe1d4d3f
|
@ -955,7 +955,7 @@ class ServerConfig(Config):
|
||||||
#purge_jobs:
|
#purge_jobs:
|
||||||
# - shortest_max_lifetime: 1d
|
# - shortest_max_lifetime: 1d
|
||||||
# longest_max_lifetime: 3d
|
# longest_max_lifetime: 3d
|
||||||
# interval: 5m:
|
# interval: 5m
|
||||||
# - shortest_max_lifetime: 3d
|
# - shortest_max_lifetime: 3d
|
||||||
# longest_max_lifetime: 1y
|
# longest_max_lifetime: 1y
|
||||||
# interval: 24h
|
# interval: 24h
|
||||||
|
|
Loading…
Reference in New Issue