diff options
Diffstat (limited to '')
-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 |