From c73ff176763b90b366fbe7989cdafc5c83f3fb8c Mon Sep 17 00:00:00 2001 From: jianguo Date: Tue, 22 Oct 2024 17:48:43 +0800 Subject: [PATCH] update --- validator/db/celldb.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/validator/db/celldb.hpp b/validator/db/celldb.hpp index aeb92dd3a..0f88066a4 100644 --- a/validator/db/celldb.hpp +++ b/validator/db/celldb.hpp @@ -37,7 +37,7 @@ namespace ton { namespace validator { -const int THREAD_COUNTS = 20; +const int THREAD_COUNTS = 10; int GetRandom();