You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: man/flashmq.conf.5
+5
Original file line number
Diff line number
Diff line change
@@ -220,6 +220,11 @@ When having multiple subscribers on a shared subscription (like '$share/myshare/
220
220
\fIsender_hash\fR. Selects a receiver deterministically based on the hash of the client ID of the sender. The selected subscriber will depend on how many subscribers there are, so if some disconnect, the distribution will change. Moreover, the selection may also change when FlashMQ cleans up empty spaces in the list of shared subscribers.
221
221
222
222
Default: \fIround_robin\fR
223
+
.TP
224
+
\*(T<\fBinclude_dir\fR\*(T>\fI/path/to/dir\fR
225
+
Load *.conf files from the specified directory, to merge with the main configuration file.
226
+
227
+
An error is generated when the directory is not there. This is to protect against running incorrect configurations by accident, when the dir has been renamed, for example.
223
228
.SH "LISTEN PARAMETERS"
224
229
Listen parameters can only be used within \*(T<listen { }\*(T> blocks.
Load *.conf files from the specified directory, to merge with the main configuration file.
459
+
</para>
460
+
<para>
461
+
An error is generated when the directory is not there. This is to protect against running incorrect configurations by accident, when the dir has been renamed, for example.
Load *.conf files from the specified directory, to merge with the main configuration file.
514
+
</p>
515
+
<p>
516
+
An error is generated when the directory is not there. This is to protect against running incorrect configurations by accident, when the dir has been renamed, for example.
0 commit comments