From: Gordon Hecker Date: Mon, 18 Jan 2010 11:06:39 +0000 (+0100) Subject: cache: enable caching for the 'projects' server in the default configuration. The... X-Git-Tag: e2factory-2.3.4pre1~50 X-Git-Url: https://git.e2factory.org/?a=commitdiff_plain;h=d83115625bb6bce8404ba4569c04f9b325cc716f;p=e2factory.git cache: enable caching for the 'projects' server in the default configuration. The cache settings are ignored for SCM access. The builtin 'proj-storage' server inherits the cache flags from 'projects'. Signed-off-by: Gordon Hecker --- diff --git a/global/e2.conf.in b/global/e2.conf.in index be3117c..841ab21 100644 --- a/global/e2.conf.in +++ b/global/e2.conf.in @@ -40,7 +40,8 @@ config { }, projects = { url = "file://@LOCALSTATEDIR@/projects", - cachable = false, + cachable = true, + cache = true, -- push_permissions does not work with ssh/scp. push_permissions = "ug+rwX,o-rwX", },