Skip to content

Commit

Permalink
Merge pull request #73 from wdoekes/wjd-pua_min_expires_doc
Browse files Browse the repository at this point in the history
pua.c sets int min_expires= 300, not 0 as documentation states.
  • Loading branch information
bogdan-iancu committed Sep 20, 2013
1 parent e16f7e1 commit 2b22274
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions modules/pua/README
Expand Up @@ -15,7 +15,7 @@ Saul Ibarra Corretge
Copyright © 2006 Voice Sistem SRL
Revision History
Revision $Revision$ $Date: 2012-10-22 13:41:25 +0200
(Mon, 22 Oct 2012) $
(Mon, 22 Oct 2012)
__________________________________________________________

Table of Contents
Expand Down Expand Up @@ -147,7 +147,7 @@ modparam("pua", "db_table", "pua")

The inferior expires limit for both Publish and Subscribe.

Default value is “0”.
Default value is “300”.

Example 1.4. Set min_expires parameter
...
Expand Down
2 changes: 1 addition & 1 deletion modules/pua/doc/pua_admin.xml
Expand Up @@ -130,7 +130,7 @@ modparam("pua", "db_table", "pua")
The inferior expires limit for both Publish and Subscribe.
</para>
<para>
<emphasis>Default value is <quote>0</quote>.
<emphasis>Default value is <quote>300</quote>.
</emphasis>
</para>
<example>
Expand Down

0 comments on commit 2b22274

Please sign in to comment.