From f48255bd6be275b2337c785999c1c578bafacba0 Mon Sep 17 00:00:00 2001 From: Pavel Shibaev Date: Thu, 5 Dec 2024 14:23:01 +0100 Subject: [PATCH] fix: update mempool size --- selinux/config/config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/selinux/config/config.toml b/selinux/config/config.toml index a89154f..080e501 100644 --- a/selinux/config/config.toml +++ b/selinux/config/config.toml @@ -249,7 +249,7 @@ broadcast = true wal_dir = "" # Maximum number of transactions in the mempool -size = 5000 +size = 200 # Limit the total size of all txs in the mempool. # This only accounts for raw transactions (e.g. given 1MB transactions and