light(on_demand): decrease default time window to 10 secs (#10016)

* light(on_demand): decrease default time window to 10 secs

* light(on_demand): use secs units for cli options
This commit is contained in:
Andronik Ordian
2018-12-05 14:17:26 +03:00
committed by Wei Tang
parent 7fb33796b1
commit dc3b1ecdd0
4 changed files with 13 additions and 13 deletions

View File

@@ -157,9 +157,9 @@ scale_verifiers = true
num_verifiers = 6
[light]
on_demand_response_time_window = 2000
on_demand_request_backoff_start = 9000
on_demand_request_backoff_max = 15000
on_demand_response_time_window = 2
on_demand_request_backoff_start = 9
on_demand_request_backoff_max = 15
on_demand_request_backoff_rounds_max = 100
on_demand_request_consecutive_failures = 1

View File

@@ -71,9 +71,9 @@ fat_db = "off"
scale_verifiers = false
[light]
on_demand_response_time_window = 2000
on_demand_request_backoff_start = 9000
on_demand_request_backoff_max = 15000
on_demand_response_time_window = 2
on_demand_request_backoff_start = 9
on_demand_request_backoff_max = 15
on_demand_request_backoff_rounds_max = 10
on_demand_request_consecutive_failures = 1