feat: configurable blocking threads

This commit is contained in:
Greg Heartsfield
2022-12-18 09:14:04 -06:00
parent 8598e443d8
commit d10348f7e1
3 changed files with 14 additions and 1 deletions
+3
View File
@@ -78,6 +78,9 @@ reject_future_seconds = 1800
# defaults to unlimited (subject to subscription limits).
#db_conns_per_client = 0
# Limit blocking threads used for database connections. Defaults to 64.
#max_blocking_threads = 64
# Limit the maximum size of an EVENT message. Defaults to 128 KB.
# Set to 0 for unlimited.
#max_event_bytes = 131072