Fixed block broadcasts

This commit is contained in:
SChernykh
2023-12-23 15:14:32 +01:00
parent df2a81d76d
commit f7a2a6fe07
3 changed files with 40 additions and 3 deletions

View File

@@ -110,7 +110,7 @@ class Worker
public:
enum params : int
{
SLOT_SIZE = 1024,
SLOT_SIZE = log::Stream::BUF_SIZE + 1,
BUF_SIZE = SLOT_SIZE * 8192,
};