From 238640a526c419392bf2df95de196db89ea6eb73 Mon Sep 17 00:00:00 2001 From: Martin Sustrik Date: Sun, 26 Sep 2010 21:42:23 +0200 Subject: timers properly implemented --- src/config.hpp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/config.hpp') diff --git a/src/config.hpp b/src/config.hpp index bceb41c..57c2373 100644 --- a/src/config.hpp +++ b/src/config.hpp @@ -69,10 +69,6 @@ namespace zmq // Maximum number of events the I/O thread can process in one go. max_io_events = 256, -// TODO: To be removed - // Maximal wait time for a timer (milliseconds). - max_timer_period = 100, - // How long to wait (milliseconds) till reattempting to connect. reconnect_period = 100, -- cgit v1.2.3