From 6461efa9228f86b4cdb0824460d7630e80add32b Mon Sep 17 00:00:00 2001 From: Kamil Mankowski Date: Wed, 3 Jul 2024 15:51:30 +0200 Subject: [PATCH] Fix spelling --- docs/user/bots.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/user/bots.md b/docs/user/bots.md index c1e0169b9..17a80395c 100644 --- a/docs/user/bots.md +++ b/docs/user/bots.md @@ -4597,7 +4597,7 @@ hour", string. **`bulk_save_count`** -(optional, int) If set to a non-0 value, the bot won't refresh the MISP feed immeadiately, but will cache +(optional, int) If set to a non-0 value, the bot won't refresh the MISP feed immediately, but will cache incoming messages until the given number of them. Use it if your bot proceeds a high number of messages and constant saving to the disk is a problem. Reloading or restarting bot as well as generating a new MISP event based on `interval_event` triggers saving regardless of the cache size.