Skip to content

Commit

Permalink
Set daemon status on keepalive thread
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidStirling committed Jul 31, 2024
1 parent 749a68a commit 5891208
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/omero/util/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -674,7 +674,7 @@ def run(self):

ctx.logger.info("Halted")

self.thread = Task()
self.thread = Task(daemon=True)
self.thread.ctx = self
self.thread.start()

Expand Down

0 comments on commit 5891208

Please sign in to comment.