diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2020-10-19 07:27:46 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-19 07:27:46 -0400 |
commit | 85c56445fb1e708a773c34b8b69a53f8b020bbc2 (patch) | |
tree | ae130fe185956554f7e188653f129b9dfb4d1bff | |
parent | Start an opentracing span for background processes. (#8567) (diff) | |
download | synapse-85c56445fb1e708a773c34b8b69a53f8b020bbc2.tar.xz |
Support running synmark on macOS. (#8578)
By using the "poll" reactor since macOS doesn't support epoll.
-rw-r--r-- | changelog.d/8578.misc | 1 | ||||
-rw-r--r-- | synmark/__init__.py | 7 |
2 files changed, 6 insertions, 2 deletions
diff --git a/changelog.d/8578.misc b/changelog.d/8578.misc new file mode 100644 |