add configurables for frontend pool options

Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
Jason Volk 2024-11-28 06:52:23 +00:00
parent 3ad6aa59f9
commit 2a9bb1ce11
4 changed files with 44 additions and 10 deletions

View file

@ -1338,6 +1338,18 @@
#
#admin_room_notices = true
# Sets the number of worker threads in the frontend-pool of the database.
# This number should reflect the I/O capabilities of the system,
# specifically the queue-depth or the number of simultaneous requests in
# flight. Defaults to 32 or number of CPU cores, whichever is greater.
#
#db_pool_workers = 32
# Size of the queue feeding the database's frontend-pool. Defaults to 256
# or eight times the number of CPU cores, whichever is greater.
#
#db_pool_queue_size = 256
[global.tls]
# Path to a valid TLS certificate file.