Skip to content

Commit

Permalink
Updating options to reflect main.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
ianbarber committed Sep 26, 2011
1 parent 09b5070 commit 521f96b
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ Options
Command-line options:
--help produce help message
--database arg (=/tmp/sink.kch) Database sink file location
--ack-timeout arg (=5) How long to wait for ACK before resending
message (seconds)
--ack-timeout arg (=5000000) How long to wait for ACK before resending
message (microseconds)
--sync-divisor arg (=0) The divisor for sync to the disk. 0 causes
sync after every message
--hard-sync If enabled the data is flushed to disk on
Expand All @@ -27,11 +27,10 @@ Options
messages database. Full database causes
LRU collection
--receive-dsn arg (=tcp://*:11131) The DSN for the receive socket
--ack-dsn arg (=tcp://*:11132) The DSN for the ACK socket
--publish-dsn arg (=tcp://*:11133) The DSN for the backend client
--send-dsn arg (=tcp://*:11132) The DSN for the backend client
communication socket
--use-pubsub Changes the backend client communication
socket to use publish subscribe pattern
--monitor-dsn arg (=tcp://*:11132) The DSN for the monitoring socket


Consistency
===========
Expand Down

0 comments on commit 521f96b

Please sign in to comment.