Commit 83910640fc11684aa071f0e30019a98c33af2088
1 parent
5b58c2a3
brokers.yaml: Specify unit of measurement for time
Showing
1 changed file
with
2 additions
and
2 deletions
| 1 | 1 | Default: |
| 2 | 2 | # These values are used by default unless a |
| 3 | 3 | # specific broker entry overrides them. |
| 4 | - intervals: | |
| 4 | + intervals: # Time in minutes | |
| 5 | 5 | enquiry: |
| 6 | 6 | - 0 # Delay before period starts (for startDate) |
| 7 | 7 | - 11 # Duration of period (for endDate) |
| 8 | 8 | tender: |
| 9 | 9 | - 0 |
| 10 | 10 | - 31 |
| 11 | - timeout_on_wait: 300 | |
| 11 | + timeout_on_wait: 300 # Time in seconds | |
| 12 | 12 | Quinta: |
| 13 | 13 | # intervals: |
| 14 | 14 | # enquiry: |
| ... | ... |
Please
register
or
login
to post a comment