Fixed repo-archive storage issue
This commit is contained in:
parent
4d93c91f68
commit
3810fc161e
11
app.ini
11
app.ini
@ -83,3 +83,14 @@ TRUSTED_FACETS = https://git.supernets.org
|
|||||||
SHOW_USER_EMAIL = false
|
SHOW_USER_EMAIL = false
|
||||||
DEFAULT_THEME = github
|
DEFAULT_THEME = github
|
||||||
THEMES = github
|
THEMES = github
|
||||||
|
|
||||||
|
[cron]
|
||||||
|
ENABLED = true
|
||||||
|
RUN_AT_START = true
|
||||||
|
|
||||||
|
[cron.archive_cleanup]
|
||||||
|
ENABLED = true
|
||||||
|
RUN_AT_START = true
|
||||||
|
NOTICE_ON_SUCCESS = false
|
||||||
|
SCHEDULE = @midnight
|
||||||
|
OLDER_THAN = 24h
|
||||||
|
Loading…
Reference in New Issue
Block a user