Skip to content

Commit

Permalink
work with multiple nodes
Browse files Browse the repository at this point in the history
  • Loading branch information
StephenButtolph committed Jan 27, 2025
1 parent d9ef9df commit ebb9ccf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion vms/platformvm/config/network.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ var DefaultNetwork = Network{
PushRegossipNumPeers: 0,
PushGossipDiscardedCacheSize: 16384,
PushGossipMaxRegossipFrequency: 30 * time.Second,
PushGossipFrequency: 500 * time.Millisecond,
PushGossipFrequency: 5 * time.Millisecond,
PullGossipPollSize: 1,
PullGossipFrequency: 1500 * time.Millisecond,
PullGossipThrottlingPeriod: 10 * time.Second,
Expand Down
2 changes: 1 addition & 1 deletion wallet/subnet/primary/examples/create-subnet/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ func main() {
createSubnetStartTime := time.Now()
createSubnetTx, err := wallet.IssueCreateSubnetTx(
owner,
common.WithPollFrequency(time.Nanosecond),
common.WithPollFrequency(time.Millisecond),
)
if err != nil {
log.Fatalf("failed to issue create subnet transaction: %s\n", err)
Expand Down

0 comments on commit ebb9ccf

Please sign in to comment.