Skip to content

Commit 5c0805a

Browse files
committed
fixed default rejections timeout
1 parent f2ab500 commit 5c0805a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

stackslib/src/config/mod.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2201,8 +2201,7 @@ impl Default for MinerConfig {
22012201
rejections_timeouts_default_map.insert(0, Duration::from_secs(600));
22022202
rejections_timeouts_default_map.insert(10, Duration::from_secs(300));
22032203
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));
2204+
rejections_timeouts_default_map.insert(30, Duration::from_secs(0));
22062205
rejections_timeouts_default_map
22072206
},
22082207
}

0 commit comments

Comments
 (0)