diff options
author | Evan Prodromou <evan@status.net> | 2010-12-06 17:22:34 -0500 |
---|---|---|
committer | Evan Prodromou <evan@status.net> | 2010-12-06 17:22:34 -0500 |
commit | 25f644f4b99bc9fed024821c94885100c105d6a2 (patch) | |
tree | 0a5d938af38c36e6ea617e95e55b956eac527674 /README | |
parent | 8564fc51c53de7a0670720eec437000a6b972688 (diff) | |
parent | 76946ea5a3636479d713f64471e86643936bc540 (diff) |
Merge branch '0.9.x' into cacheactivity
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 ======= |