summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMatthew Sackman <matthew@lshift.net>2010-04-18 17:21:09 +0100
committerMatthew Sackman <matthew@lshift.net>2010-04-18 17:21:09 +0100
commit3b654cdd71366f6cbdae37a7fff95a6b38cd35a6 (patch)
tree2ced7f4fcc6445a582684fc8ff3d2b9b45b18fca /include
parent1b2194acf4ed96507129f5f50d7c7413efcbb923 (diff)
downloadrabbitmq-server-git-3b654cdd71366f6cbdae37a7fff95a6b38cd35a6.tar.gz
Switch four megs to a fraction of the file size limit
Diffstat (limited to 'include')
-rw-r--r--include/rabbit_msg_store.hrl2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/rabbit_msg_store.hrl b/include/rabbit_msg_store.hrl
index a392a6f4ba..73eb4ae0e1 100644
--- a/include/rabbit_msg_store.hrl
+++ b/include/rabbit_msg_store.hrl
@@ -31,6 +31,8 @@
-include("rabbit.hrl").
+-define(FILE_SIZE_LIMIT, (16*1024*1024)).
+
-ifdef(use_specs).
-type(msg() :: any()).