Scarab commit: svn commit: r10343 - trunk: . src/conf/classes
| Newsgroups | gmane.comp.java.scarab.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: ronvoe122
Date: 2006-11-08 08:45:40-0800
New Revision: 10343
Added:
trunk/src/conf/classes/quartz.properties
- copied unchanged from r10319, /branches/release/b21/src/conf/classes/quartz.properties
Modified:
trunk/ (props changed)
Log:
Merged revisions 10319 via svnmerge from
http://scarab.tigris.org/svn/scarab/branches/release/b21
........
r10319 | ronvoe122 | 2006-11-02 18:42:06 +0100 (Do, 02 Nov 2006) | 5 lines
Added configuration file for the Quartz-scheduler, to reduce the number of Quartz-worker-threads to 1 (from a default value of 10).
The worker-threads are executing the configured Quartz-jobs.
Right now the only Quartz-job in Scarab is the NotificationManager, which is only executed periodically every view minutes.
So there is never more than one Job running in parallel.
........