Commit ebc9ef453fbca8ae1ef9909a4547df678e375bab

Authored by megan_w
1 parent 73df2146

KTS-3051

"Scheduler running time to be configurable in the config file"
Fixed. Added the config setting.

Committed by: Megan Watson
Reviewed by: Jonathan Byrne



git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@8241 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing 1 changed file with 4 additions and 1 deletions
config/config.ini
... ... @@ -73,6 +73,9 @@ useNewDashboard = default
73 73 ; Defaults to /usr/share/file/magic
74 74 magicDatabase = default
75 75  
  76 +; The interval in seconds between each iteration of the scheduler
  77 +schedulerInterval = 30
  78 +
76 79 [dashboard]
77 80 ; Display the "Your Checked-out Documents" dashlet even when empty.
78 81 ; Defaults to false
... ... @@ -302,7 +305,7 @@ javaLuceneURL = default
302 305  
303 306 [openoffice]
304 307 ; The host on which open office is installed
305   -; defaults to 127.0.0.1
  308 +; defaults to 127.0.0.1
306 309 host = default
307 310  
308 311 ; The port on which open office is listening
... ...