Skip to content

Commit

Permalink
proto_hep: fix type in hep_async_local_write_timeout param name
Browse files Browse the repository at this point in the history
(cherry picked from commit 267b938)
  • Loading branch information
razvancrainea committed Oct 31, 2023
1 parent 54e4922 commit 02b683d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/proto_hep/doc/proto_hep_admin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,7 @@ modparam("proto_hep", "hep_async_local_connect_timeout", 200)
<title>Set <varname>hep_async_local_write_timeout</varname> parameter</title>
<programlisting format="linespecific">
...
modparam("proto_hep", "tcp_async_local_write_timeout", 100)
modparam("proto_hep", "hep_async_local_write_timeout", 100)
...
</programlisting>
</example>
Expand Down

0 comments on commit 02b683d

Please sign in to comment.