cc-4105: added docstrings, formatted code

This commit is contained in:
Rudi Grinberg 2012-08-15 11:22:44 -04:00
parent 1f422a9609
commit e9114b3468
4 changed files with 11 additions and 7 deletions

View file

@ -122,6 +122,8 @@ def main(global_config, api_client_config, log_config,
# Launch the toucher that updates the last time when the script was
# ran every n seconds.
# TODO : verify that this does not interfere with bootstrapping because the
# toucher thread might update the last_ran variable too fast
tt = ToucherThread(path=config['index_path'],
interval=int(config['touch_interval']))