diff options
| author | Matthew Sackman <matthew@rabbitmq.com> | 2010-06-17 16:34:19 +0100 |
|---|---|---|
| committer | Matthew Sackman <matthew@rabbitmq.com> | 2010-06-17 16:34:19 +0100 |
| commit | a976be13513623ede58ba24263b80917078b052d (patch) | |
| tree | 061c546257d8680ecd8803f6f1f1e6e06eaf4e46 /include | |
| parent | 3d4e3704f0547bc90ac0561418899dd98bdd2148 (diff) | |
| download | rabbitmq-server-git-a976be13513623ede58ba24263b80917078b052d.tar.gz | |
Expose the msg_store file size limit to configuration. Also some suitable derivisions in tests.
Diffstat (limited to 'include')
| -rw-r--r-- | include/rabbit_msg_store.hrl | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/rabbit_msg_store.hrl b/include/rabbit_msg_store.hrl index 36b908a79b..d96fa758bd 100644 --- a/include/rabbit_msg_store.hrl +++ b/include/rabbit_msg_store.hrl @@ -31,8 +31,6 @@ -include("rabbit.hrl"). --define(FILE_SIZE_LIMIT, (16*1024*1024)). - -ifdef(use_specs). -type(msg() :: any()). |
