Make stats retrieval more configurable

This commit is contained in:
Ciaran Gultnieks 2014-09-02 18:53:22 +01:00
parent 27edbd56a7
commit b454ea3c6f
3 changed files with 10 additions and 2 deletions

View file

@ -50,6 +50,8 @@ def get_default_config():
'sync_from_local_copy_dir': False,
'update_stats': False,
'stats_ignore': [],
'stats_server': None,
'stats_user': None,
'stats_to_carbon': False,
'repo_maxage': 0,
'build_server_always': False,