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 f2ab500 commit 5c0805aCopy full SHA for 5c0805a
stackslib/src/config/mod.rs
@@ -2201,8 +2201,7 @@ impl Default for MinerConfig {
2201
rejections_timeouts_default_map.insert(0, Duration::from_secs(600));
2202
rejections_timeouts_default_map.insert(10, Duration::from_secs(300));
2203
rejections_timeouts_default_map.insert(20, Duration::from_secs(150));
2204
- rejections_timeouts_default_map.insert(30, Duration::from_secs(60));
2205
- rejections_timeouts_default_map.insert(31, Duration::from_secs(0));
+ rejections_timeouts_default_map.insert(30, Duration::from_secs(0));
2206
rejections_timeouts_default_map
2207
},
2208
}
0 commit comments