Bugifx
This commit is contained in:
parent
797e5f5592
commit
a9ac62d9e2
1 changed files with 2 additions and 2 deletions
|
@ -15,7 +15,7 @@ input(type="imtcp" port="<%= @tcp_port %>")
|
||||||
module(load="imrelp")
|
module(load="imrelp")
|
||||||
input(
|
input(
|
||||||
type="imrelp"
|
type="imrelp"
|
||||||
port="<%= @relp_port %>
|
port="<%= @relp_port %>"
|
||||||
maxDataSize="10k"
|
maxDataSize="10k"
|
||||||
oversizeMode="trucate")
|
oversizeMode="truncate")
|
||||||
<% end -%>
|
<% end -%>
|
||||||
|
|
Loading…
Add table
Reference in a new issue