-
Notifications
You must be signed in to change notification settings - Fork 38
Labels
Description
A few things here:
- Our config files have durations for various things, and they're largely defined as "integer number of seconds"
- We have a bunch of ad-hoc duration constants with FIXMEs to make them configurable
- We have a dedicated type for picking random durations in a range (
util.TimeRange), but we're not using that outside ofutil.Watch.
It'd be good to resolve some of these, ideally
- Using
util.TimeRangein the configs; and - Determining which duration constants should be made configurable (and which should be left as-is)