summaryrefslogtreecommitdiff
path: root/src/config.hpp
diff options
context:
space:
mode:
authorMartin Sustrik <sustrik@250bpm.com>2010-09-26 18:01:59 +0200
committerMartin Sustrik <sustrik@250bpm.com>2010-09-26 18:01:59 +0200
commitbe79a9fbc26a55c90b693485f69dfd17f710cb13 (patch)
tree763bfac5ecc1d0d234377d39a297f290133efb76 /src/config.hpp
parent5dae27d0ed92aba070f824a4bf5dfa7845aa165d (diff)
minor beautifications
Diffstat (limited to 'src/config.hpp')
-rw-r--r--src/config.hpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/config.hpp b/src/config.hpp
index 5f822b4..81b5a2a 100644
--- a/src/config.hpp
+++ b/src/config.hpp
@@ -74,11 +74,13 @@ namespace zmq
// Maximal delay to process command in API thread (in CPU ticks).
// 3,000,000 ticks equals to 1 - 2 milliseconds on current CPUs.
+ // Note that delay is only applied when there is continuous stream of
+ // messages to process. If not so, commands are processed immediately.
max_command_delay = 3000000,
// Low-precision clock precision in CPU ticks. 1ms. Value of 1000000
// should be OK for CPU frequencies above 1GHz. If should work
- // reasonably well fro CPU frequencies above 500MHz. For lower CPU
+ // reasonably well for CPU frequencies above 500MHz. For lower CPU
// frequencies you may consider lowering this value to get best
// possible latencies.
clock_precision = 1000000,