]> git.e2factory.org Git - e2factory.git/commitdiff
cache: enable caching for the 'projects' server in the default configuration. The...
authorGordon Hecker <gh@emlix.com>
Mon, 18 Jan 2010 11:06:39 +0000 (12:06 +0100)
committerGordon Hecker <gh@emlix.com>
Fri, 12 Feb 2010 09:51:58 +0000 (10:51 +0100)
Signed-off-by: Gordon Hecker <gh@emlix.com>
global/e2.conf.in

index be3117c0c25fb1148aeb44a16f2c5dc1f38ff9f8..841ab214aba027f55c6e1acd9a682a96b493a008 100644 (file)
@@ -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",
                },