]> source.dussan.org Git - rspamd.git/commitdiff
align conf and module settings in lua
authorDmitriy Alekseev <1865999+dragoangel@users.noreply.github.com>
Mon, 14 Oct 2024 12:49:31 +0000 (14:49 +0200)
committerDmitriy Alekseev <1865999+dragoangel@users.noreply.github.com>
Mon, 14 Oct 2024 12:49:31 +0000 (14:49 +0200)
src/plugins/lua/elastic.lua

index b117d6e4c7a57181e0cc1c84f009fe6f1b4e2935..66199db78dfd62433b3e4753b82c0284099d4118 100644 (file)
@@ -80,7 +80,7 @@ local settings = {
     }
   },
   limits = {
-    max_rows = 1000, -- max logs in one bulk req to elastic and first reason to flush buffer
+    max_rows = 500, -- max logs in one bulk req to elastic and first reason to flush buffer
     max_interval = 60, -- seconds, if first log in buffer older then interval - flush buffer
     max_size = 5000000, -- max symbols count in buffer, if reached - flush buffer, f.e: 5000000 ~= 10MB/normal-worker
     max_fail = 3,