From 0118a3761a19d591835597c6cfe07ee1b7138193 Mon Sep 17 00:00:00 2001 From: ilgyu Date: Mon, 10 Apr 2023 21:52:44 +0900 Subject: [PATCH] fix: blockinterval to 7 --- Libplanet.Headless/Hosting/LibplanetNodeService.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Libplanet.Headless/Hosting/LibplanetNodeService.cs b/Libplanet.Headless/Hosting/LibplanetNodeService.cs index 5f159024c..54f1a48f9 100644 --- a/Libplanet.Headless/Hosting/LibplanetNodeService.cs +++ b/Libplanet.Headless/Hosting/LibplanetNodeService.cs @@ -264,7 +264,7 @@ public LibplanetNodeService( ConsensusPort = (int)Properties.ConsensusPort, ConsensusPrivateKey = Properties.ConsensusPrivateKey, ConsensusWorkers = 500, - TargetBlockInterval = TimeSpan.FromSeconds(5) + TargetBlockInterval = TimeSpan.FromSeconds(7) }; }