summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorFrancesco Mazzoli <francesco@rabbitmq.com>2012-04-16 18:09:57 +0100
committerFrancesco Mazzoli <francesco@rabbitmq.com>2012-04-16 18:09:57 +0100
commita54314cea65d76cc00a66e788233c9b27f5b45fe (patch)
tree4604f52ebd7fdf3f839c507ded0640f97df35e91 /Makefile
parent558c299f534bd4dc8952cd3a68be942135065ea3 (diff)
downloadrabbitmq-server-git-a54314cea65d76cc00a66e788233c9b27f5b45fe.tar.gz
Checking for cycles when sending instead of when receiving.
This seems to be the best options and it should solve the HA problems.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index d16cd4d058..80eb6a3000 100644
--- a/Makefile
+++ b/Makefile
@@ -207,7 +207,7 @@ start-background-node: all
-rm -f $(RABBITMQ_MNESIA_DIR).pid
mkdir -p $(RABBITMQ_MNESIA_DIR)
setsid sh -c "$(MAKE) run-background-node > $(RABBITMQ_MNESIA_DIR)/startup_log 2> $(RABBITMQ_MNESIA_DIR)/startup_err" &
- sleep 1
+ sleep 5
start-rabbit-on-node: all
echo "rabbit:start()." | $(ERL_CALL)