Skip to content

Commit 000ca02

Browse files
author
MikhailK
committed
Increase object estimate timeout
1 parent 4e80171 commit 000ca02

File tree

1 file changed

+1
-1
lines changed
  • primitives/consensus/poscan/src

1 file changed

+1
-1
lines changed

primitives/consensus/poscan/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ pub const MAX_PROPERTIES: u32 = 100;
127127
pub const PROP_NAME_LEN: u32 = 64;
128128
pub const DEFAULT_OBJECT_HASHES: u32 = 10;
129129
pub const MAX_OBJECT_HASHES: u32 = 256 + DEFAULT_OBJECT_HASHES;
130-
pub const DEFAULT_MAX_ALGO_TIME: u32 = 10; // 10 sec
130+
pub const DEFAULT_MAX_ALGO_TIME: u32 = 30; // 30 sec
131131
pub const FEE_PER_BYTE: u64 = 10_000;
132132
pub const MAX_ESTIMATORS: u32 = 1000;
133133

0 commit comments

Comments
 (0)