diff options
author | helix84 <helix84@centrum.sk> | 2019-10-02 01:25:32 +0200 |
---|---|---|
committer | Lauris BH <lauris@nix.lv> | 2019-10-02 02:25:32 +0300 |
commit | cd1c960a2aed20b7e3f793a87d497ab41eaf471d (patch) | |
tree | 8a561a678b7d2b85706bd651c291b6cef47cd8af /docs/content | |
parent | 09bcc9edb0829433f56bfd26b3dd9bf1f5e71f55 (diff) | |
download | gitea-cd1c960a2aed20b7e3f793a87d497ab41eaf471d.tar.gz gitea-cd1c960a2aed20b7e3f793a87d497ab41eaf471d.zip |
typo fix (#8345)
Diffstat (limited to 'docs/content')
-rw-r--r-- | docs/content/doc/advanced/config-cheat-sheet.en-us.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/content/doc/advanced/config-cheat-sheet.en-us.md b/docs/content/doc/advanced/config-cheat-sheet.en-us.md index 60d7341f24..198cff6f04 100644 --- a/docs/content/doc/advanced/config-cheat-sheet.en-us.md +++ b/docs/content/doc/advanced/config-cheat-sheet.en-us.md @@ -292,7 +292,7 @@ Values containing `#` or `;` must be quoted using `` ` `` or `"""`. - `INTERVAL`: **60**: Garbage Collection interval (sec), for memory cache only. - `HOST`: **\<empty\>**: Connection string for `redis` and `memcache`. - Redis: `network=tcp,addr=127.0.0.1:6379,password=macaron,db=0,pool_size=100,idle_timeout=180` - - Memache: `127.0.0.1:9090;127.0.0.1:9091` + - Memcache: `127.0.0.1:9090;127.0.0.1:9091` - `ITEM_TTL`: **16h**: Time to keep items in cache if not used, Setting it to 0 disables caching. ## Session (`session`) @@ -521,4 +521,4 @@ Two special environment variables are passed to the render command: - `SHOW_FOOTER_BRANDING`: **false**: Show Gitea branding in the footer. - `SHOW_FOOTER_VERSION`: **true**: Show Gitea version information in the footer. -- `SHOW_FOOTER_TEMPLATE_LOAD_TIME`: **true**: Show time of template execution in the footer.
\ No newline at end of file +- `SHOW_FOOTER_TEMPLATE_LOAD_TIME`: **true**: Show time of template execution in the footer. |