Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
ppca committed Oct 17, 2024
1 parent b0b12c8 commit 6a73163
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chain-signatures/contract/src/config/impls.rs
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ impl Default for PresignatureConfig {
Self {
min_presignatures: 512,
max_presignatures: 512 * MAX_EXPECTED_PARTICIPANTS * NETWORK_MULTIPLIER,
generation_timeout: secs_to_ms(90),
generation_timeout: secs_to_ms(45),

other: Default::default(),
}
Expand Down

0 comments on commit 6a73163

Please sign in to comment.