diff options
author | Anton Luka Šijanec <anton@sijanec.eu> | 2022-04-30 21:39:05 +0200 |
---|---|---|
committer | Anton Luka Šijanec <anton@sijanec.eu> | 2022-04-30 21:39:05 +0200 |
commit | 8cd7251b7f0da3f82b552b0cf737b6047f8f3a53 (patch) | |
tree | c317d896618d673cafbeb2533f0987b0ca5a33aa /ircxmpp.conf | |
parent | 0.0.4 (diff) | |
download | ircxmpp-8cd7251b7f0da3f82b552b0cf737b6047f8f3a53.tar ircxmpp-8cd7251b7f0da3f82b552b0cf737b6047f8f3a53.tar.gz ircxmpp-8cd7251b7f0da3f82b552b0cf737b6047f8f3a53.tar.bz2 ircxmpp-8cd7251b7f0da3f82b552b0cf737b6047f8f3a53.tar.lz ircxmpp-8cd7251b7f0da3f82b552b0cf737b6047f8f3a53.tar.xz ircxmpp-8cd7251b7f0da3f82b552b0cf737b6047f8f3a53.tar.zst ircxmpp-8cd7251b7f0da3f82b552b0cf737b6047f8f3a53.zip |
Diffstat (limited to 'ircxmpp.conf')
-rw-r--r-- | ircxmpp.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ircxmpp.conf b/ircxmpp.conf index ae11eef..d389ba1 100644 --- a/ircxmpp.conf +++ b/ircxmpp.conf @@ -17,8 +17,8 @@ ####################### OPTIONAL VARIABLES ####################### ## set to IRC channel password if channel on IRC is password protected # IX_CHPASS=somepassword -## delay after each event loop cycle in microseconds, defaults to 100ms. -# IX_LOOPDELAY=100000 +## delay after each event loop cycle in microseconds, defaults to 10ms. +# IX_LOOPDELAY=10000 ####################### ANOTHER LINK SETUP ######################## ## As many links as you'd like can be setup. Append a number, starting with 2, to every setting. # IX_JID2=v@lu.e |