0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-06-26 14:38:18 +02:00

add note that the affinity package is required for the cpu_affinity setting

This commit is contained in:
Vincent Breitmoser 2018-06-09 22:50:29 +02:00
parent 1032393dfb
commit b800834351

View file

@ -201,6 +201,8 @@ class ServerConfig(Config):
# different cores. See
# https://www.mirantis.com/blog/improve-performance-python-programs-restricting-single-cpu/.
#
# This setting requires the affinity package to be installed!
#
# cpu_affinity: 0xFFFFFFFF
# Whether to serve a web client from the HTTP/HTTPS root resource.