]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - lib/default.php
Config flag to disable router caching if needed
[quix0rs-gnu-social.git] / lib / default.php
index 7388046d3bfe60ead5986c0b165eec234486cf70..029dbb3906b9fd7c4244c46a41d394afc06f39c1 100644 (file)
@@ -328,4 +328,6 @@ $default =
         array('ssl_cafile' => false, // To enable SSL cert validation, point to a CA bundle (eg '/usr/lib/ssl/certs/ca-certificates.crt')
               'curl' => false, // Use CURL backend for HTTP fetches if available. (If not, PHP's socket streams will be used.)
               ),
+       'router' =>
+       array('cache' => true), // whether to cache the router object. Defaults to true, turn off for devel
         );