irc-bot: reduce reply threshold

This commit is contained in:
ben 2024-02-15 16:43:43 +00:00
parent 0355dd4b80
commit 69130134cd

View file

@ -56,6 +56,7 @@
}; };
}; };
logging = { level = "debug"; }; logging = { level = "debug"; };
matrixHandler = { shortReplyTresholdSeconds = 30; };
}; };
}; };
} }