?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.