diff options
Diffstat (limited to 'matterbridge.toml.sample')
-rw-r--r-- | matterbridge.toml.sample | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/matterbridge.toml.sample b/matterbridge.toml.sample index 0aca45f2..4082b6dc 100644 --- a/matterbridge.toml.sample +++ b/matterbridge.toml.sample @@ -177,6 +177,12 @@ StripNick=false #OPTIONAL (default false) ShowTopicChange=false +#Delay in milliseconds between channel joins +#Only useful when you have a LOT of channels to join +#See https://github.com/42wim/matterbridge/issues/1084 +#OPTIONAL (default 0) +JoinDelay=0 + ################################################################### #XMPP section ################################################################### |