Would it perhaps be a good idea to add a _ms suffix to the config variable names of timeouts that are not seconds?
On Wed, Aug 15, 2018 at 12:15 PM, Zelkowitz, Evan <evan_zelkow...@comcast.com> wrote: > ?Currently all the attempts_timeout values are in seconds. We have seen some > issues where we believe being able to have a finer granularity over this may > help alleviate some problems. Also for live streaming video in 2 second > fragments a 1 second timeout does not provide as much control. So proposing > that we change these to milliseconds. > > > We briefly discussed on IRC some alternatives such as using floats, but that > could introduce precision issues, as well as adding values such as 'ms' 's' > etc. The latter might be nice but that is a large change since there > currently is no units parsing for values in records.config so it might be > nice to have in the future but thats a much larger scope of work.