[ 
https://issues.apache.org/jira/browse/QPID-4748?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13635197#comment-13635197
 ] 

Andrew Stitcher commented on QPID-4748:
---------------------------------------

What about decimal fractions? are you suggesting accepting 1.5 as 1.5s now when 
the previous parsing would have rejected this (or perhaps truncated it as 1s).

I realise you could also specify 1500ms as well.
                
> Consistent handling of durations in broker configuration, allowing sub-second 
> intervals.
> ----------------------------------------------------------------------------------------
>
>                 Key: QPID-4748
>                 URL: https://issues.apache.org/jira/browse/QPID-4748
>             Project: Qpid
>          Issue Type: Improvement
>          Components: C++ Broker
>    Affects Versions: 0.22
>            Reporter: Alan Conway
>            Assignee: Alan Conway
>
> Allow sub-second intervals in broker configuration settings that take a value 
> in seconds.
> There was an ad-hock change to allow link-maintenance-interval to be 
> specified as a floating point value.
> Implement a more consistent approach allowing intervals to be expressed as 
> any of
> 10  - value in seconds, backward compatible.
> 10s - value in seconds
> 10ms - value in milliseconds
> 10us - value in microseconds
> 10ns - value in nanoseconds

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to