Skip to content

Commit

Permalink
Set async to be disabled by default
Browse files Browse the repository at this point in the history
  • Loading branch information
eseanucristian committed Aug 17, 2015
1 parent b8f9c55 commit eab11c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/proto_bin/proto_bin.c
Expand Up @@ -57,7 +57,7 @@ static int bin_port = 5555;
static int bin_send_timeout = 100;
static struct tcp_req bin_current_req;
static int bin_max_msg_chunks = 32;
static int bin_async = 1;
static int bin_async = 0;
static int bin_async_max_postponed_chunks = 32;
static int bin_async_local_connect_timeout = 100;
static int bin_async_local_write_timeout = 10;
Expand Down

0 comments on commit eab11c2

Please sign in to comment.