Github user clebertsuconic commented on the issue:
https://github.com/apache/activemq-artemis/pull/1602
I still don't understand the point of this PR...
but in case we go ahead, please keep it as:
```java
public final class TimedBuffer {
private static final double MAX_TIMEOUT_ERROR_FACTOR = 1.5;
```
and use that factor instead of those properties. Keep it Simple!---
