Skip to content

Commit

Permalink
Merge pull request #41 from cyberway/queue-locking
Browse files Browse the repository at this point in the history
Disable default printing of messages.
  • Loading branch information
afalaleev authored Aug 13, 2019
2 parents 9386ef9 + b565cac commit 2b2df4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion options.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ volatile int64_t count = 0;
volatile int64_t dropped = 0;
int64_t start = 0;
volatile int64_t elapsed = 0;
bool print = true;
bool print = false;
int64_t timeout = 10000; // 10 seconds.

natsOptions* opts = NULL;
Expand Down

0 comments on commit 2b2df4c

Please sign in to comment.