Skip to content

Commit 30d9d7c

Browse files
committed
mod_unified_push: Document the default value of expiration option
1 parent 412ab76 commit 30d9d7c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

mod_unified_push/src/mod_unified_push.erl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,8 @@ mod_doc() ->
325325
desc =>
326326
?T(
327327
"Every generated push URL will be valid only "
328-
"for the specified interval, in seconds."
328+
"for the specified interval, in seconds. "
329+
"The default value is 15 minutes: '900'"
329330
)
330331
}},
331332
{jwk, #{

0 commit comments

Comments
 (0)