proxy progress
This commit is contained in:
parent
324003c1a3
commit
49c5a4e851
|
@ -147,7 +147,7 @@ public class BinaryProtocol implements BinaryProtocolCommands {
|
|||
needCompositeLogger = linkManager.getCompositeLogicEnabled();
|
||||
rpmListener = value -> {
|
||||
if (value <= COMPOSITE_OFF_RPM) {
|
||||
needCompositeLogger = true;
|
||||
needCompositeLogger = linkManager.getCompositeLogicEnabled();
|
||||
lastLowRpmTime = System.currentTimeMillis();
|
||||
} else if (System.currentTimeMillis() - lastLowRpmTime > HIGH_RPM_DELAY * Timeouts.SECOND) {
|
||||
logger.info("Time to turn off composite logging");
|
||||
|
|
Loading…
Reference in New Issue