From 21cb80c314964cc1566afc197c7029832c0f5711 Mon Sep 17 00:00:00 2001 From: Sebastien Robin <seb@nexedi.com> Date: Thu, 10 Jun 2010 11:01:20 +0000 Subject: [PATCH] allow to customize the timer server interval when constructing erp5 instance git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@36208 20353a03-c40f-0410-a6d1-a30d3c3de9de --- buildout/templates/default-erp5-standalone-zope.conf.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildout/templates/default-erp5-standalone-zope.conf.in b/buildout/templates/default-erp5-standalone-zope.conf.in index 6f008c227b..8c18e4636b 100644 --- a/buildout/templates/default-erp5-standalone-zope.conf.in +++ b/buildout/templates/default-erp5-standalone-zope.conf.in @@ -657,6 +657,6 @@ default-zpublisher-encoding ${default-zpublisher-encoding} # Timeserver to have ticks in zope %import timerserver <timer-server> - interval 5 + interval ${timer-server-interval} </timer-server> -- 2.30.9