From d83115625bb6bce8404ba4569c04f9b325cc716f Mon Sep 17 00:00:00 2001 From: Gordon Hecker Date: Mon, 18 Jan 2010 12:06:39 +0100 Subject: [PATCH] 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 --- global/e2.conf.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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", }, -- 2.39.5