From ebc9ef453fbca8ae1ef9909a4547df678e375bab Mon Sep 17 00:00:00 2001 From: megan_w Date: Mon, 10 Mar 2008 10:01:49 +0000 Subject: [PATCH] KTS-3051 "Scheduler running time to be configurable in the config file" Fixed. Added the config setting. --- config/config.ini | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/config/config.ini b/config/config.ini index afd9d78..6a6b2e7 100644 --- a/config/config.ini +++ b/config/config.ini @@ -73,6 +73,9 @@ useNewDashboard = default ; Defaults to /usr/share/file/magic magicDatabase = default +; The interval in seconds between each iteration of the scheduler +schedulerInterval = 30 + [dashboard] ; Display the "Your Checked-out Documents" dashlet even when empty. ; Defaults to false @@ -302,7 +305,7 @@ javaLuceneURL = default [openoffice] ; The host on which open office is installed -; defaults to 127.0.0.1 +; defaults to 127.0.0.1 host = default ; The port on which open office is listening -- libgit2 0.21.4