Drop support for cpu_affinity (#5525)

This has no useful purpose on python3, and is generally a source of confusion.
This commit is contained in:
Richard van der Hoff 2019-06-22 02:01:55 +01:00 committed by Amber Brown
parent e1a795758c
commit 6cda36777b
6 changed files with 2 additions and 74 deletions

View file

@ -641,7 +641,6 @@ def run(hs):
gc_thresholds=hs.config.gc_thresholds,
pid_file=hs.config.pid_file,
daemonize=hs.config.daemonize,
cpu_affinity=hs.config.cpu_affinity,
print_pidfile=hs.config.print_pidfile,
logger=logger,
)