From bce64a14f197e09a766ffaa8b93152990782361f Mon Sep 17 00:00:00 2001 From: Stephen Seo Date: Thu, 26 Sep 2024 16:33:07 +0900 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index cf2d797..3b06c2c 100644 --- a/README.md +++ b/README.md @@ -56,3 +56,4 @@ file if the config file has changed. The `--enable-cache-dir=` option enables caching and sets the "cache-dir" at the same time. `--cache-entry-lifetime-seconds=` determines when a cache entry expires. +[The default expiry time of a cache entry is 1 week.](https://git.seodisparate.com/stephenseo/c_simple_http/src/commit/3f1be0cf496eab7242ab997262d85af11337039b/src/constants.h#L28)