Skip to content

Commit

Permalink
Merge pull request #1983 from OnedgeLee/fix/blockinterval
Browse files Browse the repository at this point in the history
Fix block interval to 7
  • Loading branch information
OnedgeLee authored Apr 10, 2023
2 parents b9a8c0a + 0118a37 commit 1c34523
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Libplanet.Headless/Hosting/LibplanetNodeService.cs
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ public LibplanetNodeService(
ConsensusPort = (int)Properties.ConsensusPort,
ConsensusPrivateKey = Properties.ConsensusPrivateKey,
ConsensusWorkers = 500,
TargetBlockInterval = TimeSpan.FromSeconds(5)
TargetBlockInterval = TimeSpan.FromSeconds(7)
};
}

Expand Down

0 comments on commit 1c34523

Please sign in to comment.