Commit 956226e
committed
MINOR: Add configuration option for preferred Time suffix
This option controls how dataplaneapi will serialize Time values when
writing the HAProxy configuration file. By default, it will use the most
appropriate time unit.
Possible values: nearest (the default), none, ms, s, m, h, d. Please
consult the HAProxy documentation for the meaning of each suffix.
If you choose 'none', then Time values will be written as milliseconds
without any suffix, which can be useful for backward compatibility.1 parent 112c9bc commit 956226e
2 files changed
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| 39 | + | |
39 | 40 | | |
40 | 41 | | |
41 | 42 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
| 63 | + | |
63 | 64 | | |
64 | 65 | | |
65 | 66 | | |
| |||
0 commit comments