Skip to content

Commit

Permalink
doc: the time unit for the store_ttl option value should be second.
Browse files Browse the repository at this point in the history
Signed-off-by: Yichun Zhang (agentzh) <agentzh@gmail.com>
  • Loading branch information
membphis authored and agentzh committed Jun 1, 2017
1 parent c94035e commit 34e7ec5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -68,7 +68,7 @@ local memc_fetch, memc_store =
memc_store_retries = 2, -- optional, default to 1
memc_store_retry_delay = 100, -- in ms, optional, default to 100 (ms)

store_ttl = 1000, -- in ms, optional, default to 0 (i.e., never expires)
store_ttl = 1, -- in seconds, optional, default to 0 (i.e., never expires)
}

-- on hot code paths:
Expand Down

0 comments on commit 34e7ec5

Please sign in to comment.