[Libreoffice-commits] online.git: common/Common.hpp

Jan Holesovsky kendy at collabora.com
Mon Nov 28 10:34:16 UTC 2016


 common/Common.hpp |    2 --
 1 file changed, 2 deletions(-)

New commits:
commit e15ec1d33b6da6cbf5b66f1ebcfc63fd4c167d80
Author: Jan Holesovsky <kendy at collabora.com>
Date:   Mon Nov 28 11:33:20 2016 +0100

    These constants are not needed any more.
    
    Change-Id: I5e73d4eacdf5e88f11bc3755162fe601a65417fe

diff --git a/common/Common.hpp b/common/Common.hpp
index 5a002a1..ba14fed 100644
--- a/common/Common.hpp
+++ b/common/Common.hpp
@@ -22,8 +22,6 @@ constexpr long CHILD_TIMEOUT_MS = COMMAND_TIMEOUT_MS;
 constexpr int CHILD_REBALANCE_INTERVAL_MS = CHILD_TIMEOUT_MS / 10;
 constexpr int POLL_TIMEOUT_MS = COMMAND_TIMEOUT_MS / 10;
 constexpr int WS_SEND_TIMEOUT_MS = 1000;
-constexpr int WS_DELAY_MS = 10;
-constexpr int WS_JITTER_MS = 5;
 
 /// Pipe and Socket read buffer size.
 /// Should be large enough for ethernet packets


More information about the Libreoffice-commits mailing list