Skip to content

Commit e1401ee

Browse files
authored
Merge pull request #279 from samparsky/remove-list-timeout
fix: remove list_timeout
2 parents 8ba019e + c2431de commit e1401ee

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

docs/config/dev.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ health_threshold_promilles = 950
1313
health_unsignable_promilles = 750
1414
propagation_timeout = 1000
1515

16-
list_timeout = 5000
1716
fetch_timeout = 5000
1817
validator_tick_timeout = 5000
1918

docs/config/prod.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ health_threshold_promilles = 970
1313
health_unsignable_promilles = 770
1414
propagation_timeout = 3000
1515

16-
list_timeout = 10000
1716
fetch_timeout = 10000
1817
validator_tick_timeout = 10000
1918

primitives/src/config.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ pub struct Config {
2929
pub health_unsignable_promilles: u32,
3030
pub propagation_timeout: u32,
3131
pub fetch_timeout: u32,
32-
pub list_timeout: u32,
3332
pub validator_tick_timeout: u32,
3433
pub ip_rate_limit: RateLimit, // HashMap??
3534
pub sid_rate_limit: RateLimit, // HashMap ??

0 commit comments

Comments
 (0)