New constant

This commit is contained in:
Michael Klishin 2016-01-10 01:38:12 +03:00
parent b54bd04bfc
commit 813d8e0003
1 changed files with 2 additions and 0 deletions

View File

@ -146,6 +146,8 @@
-define(ROUTING_HEADERS, [<<"CC">>, <<"BCC">>]).
-define(DELETED_HEADER, <<"BCC">>).
-define(EXCHANGE_DELETE_IN_PROGRESS_COMPONENT, <<"exchange-delete-in-progress">>).
%% Trying to send a term across a cluster larger than 2^31 bytes will
%% cause the VM to exit with "Absurdly large distribution output data
%% buffer". So we limit the max message size to 2^31 - 10^6 bytes (1MB