cc-4105: added docstrings, formatted code
This commit is contained in:
parent
1f422a9609
commit
e9114b3468
4 changed files with 11 additions and 7 deletions
|
@ -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']))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue