@@ -127,8 +127,18 @@ The unix socket path of your Redis server.
127
127
128
128
The name of a Redis list or channel.
129
129
130
- [id="plugins-{type}s-{plugin}-max_items_per_worker"]
131
- ===== `max_items_per_worker`
130
+
131
+ [id="plugins-{type}s-{plugin}-password"]
132
+ ===== `password`
133
+
134
+ * Value type is <<password,password>>
135
+ * There is no default value for this setting.
136
+
137
+ Password to authenticate with. There is no authentication by default.
138
+
139
+
140
+ [id="plugins-{type}s-{plugin}-pattern_list_max_items"]
141
+ ===== `pattern_list_max_items`
132
142
133
143
* Value type is <<number,number>>
134
144
* Default value is `1000`
@@ -138,13 +148,24 @@ After the list is empty or this number of items have been processed, the thread
138
148
new one will be started if there are non-empty lists matching the pattern without a consumer.
139
149
140
150
141
- [id="plugins-{type}s-{plugin}-password "]
142
- ===== `password `
151
+ [id="plugins-{type}s-{plugin}-pattern_list_threadpool_sleep "]
152
+ ===== `pattern_list_threadpool_sleep `
143
153
144
- * Value type is <<password,password>>
145
- * There is no default value for this setting.
154
+ * Value type is <<number,number>>
155
+ * Default value is `0.2`
156
+
157
+ Time to sleep in main loop after checking if more threads can/need to be spawned.
158
+ Applies to `data_type` is `pattern_list`
159
+
160
+
161
+ [id="plugins-{type}s-{plugin}-pattern_list_threads"]
162
+ ===== `pattern_list_threads`
163
+
164
+ * Value type is <<number,number>>
165
+ * Default value is `20`
166
+
167
+ Maximum number of worker threads to spawn when using `data_type` `pattern_list`.
146
168
147
- Password to authenticate with. There is no authentication by default.
148
169
149
170
[id="plugins-{type}s-{plugin}-port"]
150
171
===== `port`
@@ -154,6 +175,7 @@ Password to authenticate with. There is no authentication by default.
154
175
155
176
The port to connect on.
156
177
178
+
157
179
[id="plugins-{type}s-{plugin}-ssl"]
158
180
===== `ssl`
159
181
@@ -163,16 +185,6 @@ The port to connect on.
163
185
Enable SSL support.
164
186
165
187
166
- [id="plugins-{type}s-{plugin}-threadpool_queue_sleep"]
167
- ===== `threadpool_queue_sleep`
168
-
169
- * Value type is <<number,number>>
170
- * Default value is `0.2`
171
-
172
- Time to sleep in main loop after checking if more threads can/need to be spawned.
173
- Applies to `data_type` is `pattern_list`
174
-
175
-
176
188
[id="plugins-{type}s-{plugin}-threads"]
177
189
===== `threads`
178
190
@@ -189,14 +201,6 @@ Applies to `data_type` is `pattern_list`
189
201
Initial connection timeout in seconds.
190
202
191
203
192
- [id="plugins-{type}s-{plugin}-worker_thread_count"]
193
- ===== `worker_thread_count`
194
-
195
- * Value type is <<number,number>>
196
- * Default value is `20`
197
-
198
- Maximum number of worker threads to spawn when using `data_type` `pattern_list`.
199
-
200
204
201
205
[id="plugins-{type}s-{plugin}-common-options"]
202
206
include::{include_path}/{type}.asciidoc[]
0 commit comments