Skip to content

Commit

Permalink
websocket: docs for verbose_list parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
miconda committed Jan 31, 2017
1 parent 30d372c commit f787d63
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions src/modules/websocket/doc/websocket_admin.xml
Expand Up @@ -426,6 +426,22 @@ modparam("websocket", "sub_protocols", 2)
...
modparam("websocket", "cors_mode", 2)
...
</programlisting>
</example>
</section>
<section id="websocket.p.verbose_list">
<title><varname>verbose_list</varname> (int)</title>
<para>Allows to enable/disable the printing of debug
messages when getting the list of websocket connections. If enabled,
it prints debug messages every second for ping operations.</para>
<para><emphasis>Default value is 0 (disabled).</emphasis></para>
<example>
<title>Set <varname>verbose_list</varname>
parameter</title>
<programlisting format="linespecific">
...
modparam("websocket", "verbose_list", 1)
...
</programlisting>
</example>
</section>
Expand Down

0 comments on commit f787d63

Please sign in to comment.