We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e80171 commit 000ca02Copy full SHA for 000ca02
primitives/consensus/poscan/src/lib.rs
@@ -127,7 +127,7 @@ pub const MAX_PROPERTIES: u32 = 100;
127
pub const PROP_NAME_LEN: u32 = 64;
128
pub const DEFAULT_OBJECT_HASHES: u32 = 10;
129
pub const MAX_OBJECT_HASHES: u32 = 256 + DEFAULT_OBJECT_HASHES;
130
-pub const DEFAULT_MAX_ALGO_TIME: u32 = 10; // 10 sec
+pub const DEFAULT_MAX_ALGO_TIME: u32 = 30; // 30 sec
131
pub const FEE_PER_BYTE: u64 = 10_000;
132
pub const MAX_ESTIMATORS: u32 = 1000;
133
0 commit comments