@@ -127,8 +127,18 @@ The unix socket path of your Redis server.
127127
128128The name of a Redis list or channel.
129129
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`
132142
133143 * Value type is <<number,number>>
134144 * Default value is `1000`
@@ -138,13 +148,24 @@ After the list is empty or this number of items have been processed, the thread
138148new one will be started if there are non-empty lists matching the pattern without a consumer.
139149
140150
141- [id="plugins-{type}s-{plugin}-password "]
142- ===== `password `
151+ [id="plugins-{type}s-{plugin}-pattern_list_threadpool_sleep "]
152+ ===== `pattern_list_threadpool_sleep `
143153
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`.
146168
147- Password to authenticate with. There is no authentication by default.
148169
149170[id="plugins-{type}s-{plugin}-port"]
150171===== `port`
@@ -154,6 +175,7 @@ Password to authenticate with. There is no authentication by default.
154175
155176The port to connect on.
156177
178+
157179[id="plugins-{type}s-{plugin}-ssl"]
158180===== `ssl`
159181
@@ -163,16 +185,6 @@ The port to connect on.
163185Enable SSL support.
164186
165187
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-
176188[id="plugins-{type}s-{plugin}-threads"]
177189===== `threads`
178190
@@ -189,14 +201,6 @@ Applies to `data_type` is `pattern_list`
189201Initial connection timeout in seconds.
190202
191203
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-
200204
201205[id="plugins-{type}s-{plugin}-common-options"]
202206include::{include_path}/{type}.asciidoc[]
0 commit comments