Skip to content
This repository was archived by the owner on Nov 17, 2020. It is now read-only.

Commit 9719670

Browse files
Merge pull request #287 from rabbitmq/remove-unused-truncate-module
Remove a macro related to the removed truncate module
2 parents 27c479f + 8e1d3f1 commit 9719670

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

include/rabbit.hrl

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -280,17 +280,6 @@
280280
%% wrapping the message body).
281281
-define(MAX_MSG_SIZE, 2147383648).
282282

283-
%% First number is maximum size in bytes before we start to
284-
%% truncate. The following 4-tuple is:
285-
%%
286-
%% 1) Maximum size of printable lists and binaries.
287-
%% 2) Maximum size of any structural term.
288-
%% 3) Amount to decrease 1) every time we descend while truncating.
289-
%% 4) Amount to decrease 2) every time we descend while truncating.
290-
%%
291-
%% Whole thing feeds into truncate:log_event/2.
292-
-define(LOG_TRUNC, {100000, {2000, 100, 50, 5}}).
293-
294283
-define(store_proc_name(N), rabbit_misc:store_proc_name(?MODULE, N)).
295284

296285
%% For event audit purposes

0 commit comments

Comments
 (0)