We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb6a71f commit 083fb82Copy full SHA for 083fb82
source/configuration.rst
@@ -5376,6 +5376,16 @@ that stores instance-wide preferences.
5376
* - Option
5377
- Description
5378
5379
+ * - **listen_threads**
5380
+ - Integer;
5381
+ controls the number of router threads created to handle client
5382
+ connections. Each thread includes all the configured listeners.
5383
+
5384
+ By default, we create as many threads as the number of CPUs that
5385
+ are available to run on.
5386
5387
+ *(since 1.33.0)*
5388
5389
* - **http**
5390
- Object;
5391
fine-tunes handling of HTTP requests
0 commit comments