Update 0.9.0.0 configuration defaults so they are consistent with official release

This commit is contained in:
Dana Powers
2016-04-07 08:16:15 -07:00
parent 89f8302494
commit 71b0d05c16

View File

@@ -37,16 +37,16 @@ host.name={host}
#advertised.port=<port accessible by clients>
# The number of threads handling network requests
num.network.threads=2
num.network.threads=3
# The number of threads doing disk I/O
num.io.threads=8
# The send buffer (SO_SNDBUF) used by the socket server
socket.send.buffer.bytes=1048576
socket.send.buffer.bytes=102400
# The receive buffer (SO_RCVBUF) used by the socket server
socket.receive.buffer.bytes=1048576
socket.receive.buffer.bytes=102400
# The maximum size of a request that the socket server will accept (protection against OOM)
socket.request.max.bytes=104857600
@@ -117,7 +117,6 @@ offsets.topic.replication.factor=2
# Allow shorter session timeouts for tests
group.min.session.timeout.ms=1000
############################# Zookeeper #############################
# Zookeeper connection string (see zookeeper docs for details).