File tree 1 file changed +11
-1
lines changed
1 file changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -111,7 +111,7 @@ Available listener options:
111
111
means use the OS default. For example. on Linux since 5.4, this is
112
112
**4096 ** (previously **128 **) and on FreeBSD it's **128 **.
113
113
114
- On other systems default is **511 **.
114
+ On other systems the default is **511 **.
115
115
116
116
NOTE: Whatever limit you set here will be limited by the OS
117
117
system-wide sysctl. For example. on Linux that is
@@ -5376,6 +5376,16 @@ that stores instance-wide preferences.
5376
5376
* - Option
5377
5377
- Description
5378
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
+
5379
5389
* - ** http**
5380
5390
- Object;
5381
5391
fine-tunes handling of HTTP requests
You can’t perform that action at this time.
0 commit comments