summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMichael Klishin <michael@clojurewerkz.org>2020-06-03 20:36:17 +0300
committerMichael Klishin <michael@clojurewerkz.org>2020-06-03 20:36:17 +0300
commit06b35575c88d8653bf6ca981699503c6897bb2fa (patch)
tree1af4f311242d28c0644e203724d6074e893b00aa /Makefile
parentc8b4adacffeedde5dbf5d2c86a5e20ddb145103a (diff)
downloadrabbitmq-server-git-06b35575c88d8653bf6ca981699503c6897bb2fa.tar.gz
Message store settings we already have use the "msg_store" prefix
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 213895ec16..0af1fefce6 100644
--- a/Makefile
+++ b/Makefile
@@ -29,6 +29,7 @@ define PROJECT_ENV
{connection_max, infinity},
{heartbeat, 60},
{msg_store_file_size_limit, 16777216},
+ {msg_store_shutdown_timeout, 600000},
{fhc_write_buffering, true},
{fhc_read_buffering, false},
{queue_index_max_journal_entries, 32768},