We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10286ad commit 879f256Copy full SHA for 879f256
runtimes/shared-configuration/src/funding.rs
@@ -34,7 +34,7 @@ pub const AUCTION_ROUND_DURATION: BlockNumber = 7;
34
#[cfg(feature = "fast-mode")]
35
pub const AUCTION_ROUND_DURATION: BlockNumber = 120 * crate::MINUTES;
36
#[cfg(not(any(feature = "fast-mode", feature = "instant-mode")))]
37
-pub const AUCTION_ROUND_DURATION: BlockNumber = 7 * crate::DAYS;
+pub const AUCTION_ROUND_DURATION: BlockNumber = 14 * crate::DAYS;
38
39
pub type ProjectIdentifier = u32;
40
0 commit comments