mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-08-09 12:02:14 -04:00
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:
parent
e1a795758c
commit
6cda36777b
6 changed files with 2 additions and 74 deletions
|
@ -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,
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue