Skip to content

Commit

Permalink
Merge pull request #290 from CybercentreCanada/persistent-service-update
Browse files Browse the repository at this point in the history
Disable thread for source updates
  • Loading branch information
cccs-rs committed Sep 3, 2021
2 parents 1cf415b + cc37439 commit 10c4e7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assemblyline_core/updater/run_updater.py
Original file line number Diff line number Diff line change
Expand Up @@ -612,7 +612,7 @@ def try_run(self):
"""Run the scheduler loop until told to stop."""
# Do an initial call to the main methods, who will then be registered with the scheduler
self.sync_services()
self.update_services()
# self.update_services()
self.container_versions()
self.container_updates()
self.heartbeat()
Expand Down

0 comments on commit 10c4e7e

Please sign in to comment.