mesos-dns
mesos-dns copied to clipboard
Use duration / strings for time in configuration
Right now, all of our configuration flags for time units have hardcoded units (seconds). Ideally, these should use strings, so if people want subsecond durations, they can choose so.
Depends on #257