Changeset 6253
- Timestamp:
- Mar 14, 2013, 3:48:27 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/3.2-stable/src/clients/jobagent/net/sf/basedb/clients/jobagent/Agent.java
r5827 r6253 43 43 import net.sf.basedb.clients.jobagent.slotmanager.SlotManager; 44 44 import net.sf.basedb.core.Application; 45 import net.sf.basedb.core.Config; 45 46 import net.sf.basedb.core.DbControl; 46 47 import net.sf.basedb.core.InvalidDataException; … … 882 883 { 883 884 log.info("Starting BASE application"); 885 // Disable database cleanup script, it is only needed on the web client 886 Config.setProperty("db.cleanup.interval", "0"); 884 887 Application.start(false); 885 888 sc = Application.newSessionControl("net.sf.basedb.clients.jobagent",
Note: See TracChangeset
for help on using the changeset viewer.