diff options
author | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2019-06-22 02:01:55 +0100 |
---|---|---|
committer | Amber Brown <hawkowl@atleastfornow.net> | 2019-06-22 11:01:55 +1000 |
commit | 6cda36777b91d28090c3be53f26f975a9b016d97 (patch) | |
tree | 43ccaa16efec1e3a8da78287b606b47b7bdfab91 /changelog.d | |
parent | Improve help and cmdline option names for --generate-config options (#5512) (diff) | |
download | synapse-6cda36777b91d28090c3be53f26f975a9b016d97.tar.xz |
Drop support for cpu_affinity (#5525)
This has no useful purpose on python3, and is generally a source of confusion.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/5525.removal | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/5525.removal b/changelog.d/5525.removal new file mode 100644 index 0000000000..af71560f36 --- /dev/null +++ b/changelog.d/5525.removal @@ -0,0 +1 @@ +Remove support for cpu_affinity setting. |