Skip to content

Commit fa71ba6

Browse files
committed
doc: a follow-up fix for commit 82e1673.
1 parent f1c5941 commit fa71ba6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.markdown

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -843,7 +843,8 @@ The `<time>` argument values are in seconds by default. But it's wise to always
843843

844844
This time must be less than 597 hours.
845845

846-
Setting an expire time of 0s will cache the content forever.
846+
The semantics of a zero expiration time depends on the actual cache backend storage you are currently using, which is agnostic to this
847+
module. In the case of memcached, for example, zero expiration times mean that the item will never expire.
847848

848849
This directive was first introduced in the `v0.12rc7` release.
849850

0 commit comments

Comments
 (0)