Skip to content

Commit

Permalink
Merge pull request #1984 from planetarium/rc-v200000-2
Browse files Browse the repository at this point in the history
Merge rc-v200000-2 to main
  • Loading branch information
OnedgeLee authored Apr 11, 2023
2 parents b9a8c0a + 1c34523 commit 0d2712f
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 0d2712f

Please sign in to comment.