Skip to content

Commit

Permalink
chore(nodebuilder/p2p): BlockTime from 15 sec --> 10 sec
Browse files Browse the repository at this point in the history
  • Loading branch information
renaynay committed Sep 11, 2023
1 parent c650453 commit 6ab8159
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nodebuilder/p2p/network.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ const (
Private Network = "private"
// BlockTime is a network block time.
// TODO @renaynay @Wondertan (#790)
BlockTime = time.Second * 15
BlockTime = time.Second * 10
)

// Network is a type definition for DA network run by Celestia Node.
Expand Down

0 comments on commit 6ab8159

Please sign in to comment.