fix: click_channel decrease buffer size and processor batch size

This commit is contained in:
sjdonado
2025-03-23 13:31:03 +01:00
parent 136e4d44c9
commit a68259a0f4
3 changed files with 30 additions and 30 deletions
+2 -2
View File
@@ -10,11 +10,11 @@ module App::Controllers
remote_address: String,
user_agent: String?,
referer: String
)).new(10000) # Buffer size
)).new(1024)
@@processor_started = begin
spawn do
batch_size = 125
batch_size = 64
batch = [] of NamedTuple(
link_id: Int64,
remote_address: String,