Skip to content

Commit

Permalink
change min_header_delay to 1s
Browse files Browse the repository at this point in the history
  • Loading branch information
arun-koshy committed Feb 5, 2023
1 parent e015689 commit 08679d0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion narwhal/config/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ impl Parameters {
}

fn default_min_header_delay() -> Duration {
Duration::from_secs_f64(1.8)
Duration::from_secs_f64(1.0)
}
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ expression: params
"header_num_of_batches_threshold": 32,
"max_header_num_of_batches": 1000,
"max_header_delay": "2000ms",
"min_header_delay": "1800ms",
"min_header_delay": "1000ms",
"gc_depth": 50,
"sync_retry_delay": "5000ms",
"sync_retry_nodes": 3,
Expand Down

0 comments on commit 08679d0

Please sign in to comment.