diff options
author | Evan Prodromou <evan@status.net> | 2010-12-06 17:19:41 -0500 |
---|---|---|
committer | Evan Prodromou <evan@status.net> | 2010-12-06 17:19:41 -0500 |
commit | bb63fd4b75181e1e9429d3a62377dab72a5c0990 (patch) | |
tree | 7c203b5a51386d72013a51a9853baabc3727a117 /README | |
parent | 8c4e14b59c649ff38159793a1e30229bcc4bf4d6 (diff) |
Config flag to disable router caching if needed
Diffstat (limited to 'README')
-rw-r--r-- | README | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -1538,6 +1538,18 @@ external: external links in notices. One of three values: 'sometimes', nofollowed on profile, notice, and favorites page. Default is 'sometimes'. +router +------ + +We use a router class for mapping URLs to code. This section controls +how that router works. + +cache: whether to cache the router in memcache (or another caching + mechanism). Defaults to true, but may be set to false for + developers (who might be actively adding pages, so won't want the + router cached) or others who see strange behavior. You're unlikely + to need this unless you're a developer. + Plugins ======= |