Commit 83910640fc11684aa071f0e30019a98c33af2088

Authored by selurvedu
1 parent 5b58c2a3

brokers.yaml: Specify unit of measurement for time

1 Default: 1 Default:
2 # These values are used by default unless a 2 # These values are used by default unless a
3 # specific broker entry overrides them. 3 # specific broker entry overrides them.
4 - intervals: 4 + intervals: # Time in minutes
5 enquiry: 5 enquiry:
6 - 0 # Delay before period starts (for startDate) 6 - 0 # Delay before period starts (for startDate)
7 - 11 # Duration of period (for endDate) 7 - 11 # Duration of period (for endDate)
8 tender: 8 tender:
9 - 0 9 - 0
10 - 31 10 - 31
11 - timeout_on_wait: 300 11 + timeout_on_wait: 300 # Time in seconds
12 Quinta: 12 Quinta:
13 # intervals: 13 # intervals:
14 # enquiry: 14 # enquiry:
Please register or login to post a comment