mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-16 07:52:35 +03:00
Allow definition of index max age in repo config
This commit is contained in:
parent
dad763a86c
commit
7cc21fe89a
3 changed files with 13 additions and 1 deletions
|
@ -61,7 +61,8 @@ def read_config(opts, config_file='config.py'):
|
|||
'update_stats': False,
|
||||
'archive_older': 0,
|
||||
'max_icon_size': 72,
|
||||
'stats_to_carbon': False
|
||||
'stats_to_carbon': False,
|
||||
'repo_maxage': 0
|
||||
}
|
||||
if options.verbose:
|
||||
print "Reading %s..." % config_file
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue