summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMichael Klishin <mklishin@pivotal.io>2020-06-03 20:45:17 +0300
committerGitHub <noreply@github.com>2020-06-03 20:45:17 +0300
commit5d96d1d8c6c423f75f6b9c77a605a7657f03de23 (patch)
tree335ab1069b0578759f86bd266325c6e1283bb046 /Makefile
parenta986322540c94009c94833157f95e0c0cbf6729a (diff)
parent06b35575c88d8653bf6ca981699503c6897bb2fa (diff)
downloadrabbitmq-server-git-5d96d1d8c6c423f75f6b9c77a605a7657f03de23.tar.gz
Merge pull request #2362 from rabbitmq/rabbitmq_server_2324
Use the newly defined MSG_STORE_WORKER_WAIT for rabbit_msg_store
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},