mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2024-10-01 11:49:51 -04:00
7127855741
Synctl did not check if a worker thread was already running when using `synctl start` and would naively start a fresh copy. This would sometimes lead to cases where many duplicate copies of a single worker would run. This fix adds a pid check when starting worker threads and synctl will now refuse to start individual workers if they're already running.
2 lines
93 B
Plaintext
2 lines
93 B
Plaintext
Fix a bug where synctl could spawn duplicate copies of a worker. Contributed by Waylon Cude.
|