Changeset 375
- Timestamp:
- 06/25/10 14:17:54 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/server/www/app/config/core.php.default
r374 r375 282 282 * The number of times a job is allowed to fail before it will not run again 283 283 */ 284 Configure: write('Job.maxfailures', 5);284 Configure::write('Job.maxfailures', 5); 285 285 /** 286 286 * The number of seconds since the last poll of a factory before it is dropped from the front page.
Note: See TracChangeset
for help on using the changeset viewer.