Skip to content

Commit f1bacf2

Browse files
Merge pull request #1507 from rabbitmq/rabbitmq-website-495-master
RABBITMQ_BASE is Windows only
2 parents 2ea133b + abdcaeb commit f1bacf2

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

docs/rabbitmq-service.8

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,8 +89,8 @@ using the service control panel.
8989
.It Ev RABBITMQ_SERVICENAME
9090
Defaults to RabbitMQ.
9191
.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.
9494
.It Ev RABBITMQ_NODENAME
9595
Defaults to
9696
.Qq rabbit .

docs/rabbitmq.conf.example

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -240,6 +240,13 @@
240240
# tcp_listen_options.backlog = 128
241241
# tcp_listen_options.nodelay = true
242242
# 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
243250

244251
##
245252
## Resource Limits & Flow Control

0 commit comments

Comments
 (0)