Skip to content

Commit 9777c3c

Browse files
committed
Fix deps/rabbit PROJECT_ENV
The value was missing a comma, and therefore not a valid erlang term
1 parent 08b286c commit 9777c3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deps/rabbit/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ define PROJECT_ENV
118118
{writer_gc_threshold, 1000000000},
119119
%% interval at which connection/channel tracking executes post operations
120120
{tracking_execution_timeout, 15000},
121-
{track_auth_attempt_source, false}
121+
{track_auth_attempt_source, false},
122122
%% Number of entries per index segment.
123123
%% This value can only be changed safely
124124
%% on an empty node. Default calculated

0 commit comments

Comments
 (0)