From 8463b4d55e45ea29d5a23f867e7f1c0077279ee7 Mon Sep 17 00:00:00 2001 From: Martin Sustrik Date: Thu, 24 Mar 2011 12:27:06 +0100 Subject: SWAP functionality removed On-disk storage should be implemented in devices rather than in 0MQ core. 0MQ is a networking library and there's no point in storing network buffers on disk. Signed-off-by: Martin Sustrik --- 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 f144512..3df66c7 100644 --- a/src/config.hpp +++ b/src/config.hpp @@ -59,10 +59,6 @@ namespace zmq // Maximal delta between high and low watermark. max_wm_delta = 1024, - // Swap inteligently batches data for writing to disk. The size of - // the batch in bytes is specified by this option. - swap_block_size = 8192, - // Maximum number of events the I/O thread can process in one go. max_io_events = 256, -- cgit v1.2.3