File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -89,8 +89,8 @@ using the service control panel.
89
89
.It Ev RABBITMQ_SERVICENAME
90
90
Defaults to RabbitMQ.
91
91
.It Ev RABBITMQ_BASE
92
- Defaults to the application data directory of the current user.
93
- This is the location of log and database directories.
92
+ Note: Windows only. Defaults to the application data directory of the
93
+ current user. This is the location of log and database directories.
94
94
.It Ev RABBITMQ_NODENAME
95
95
Defaults to
96
96
.Qq rabbit .
Original file line number Diff line number Diff line change 240
240
# tcp_listen_options.backlog = 128
241
241
# tcp_listen_options.nodelay = true
242
242
# tcp_listen_options.exit_on_close = false
243
+ #
244
+ # tcp_listen_options.keepalive = true
245
+ # tcp_listen_options.send_timeout = 15000
246
+ #
247
+ # tcp_listen_options.buffer = 196608
248
+ # tcp_listen_options.sndbuf = 196608
249
+ # tcp_listen_options.recbuf = 196608
243
250
244
251
##
245
252
## Resource Limits & Flow Control
You can’t perform that action at this time.
0 commit comments