2016-12-23 11:04:37
The default spserver.propteries file has settings to cleanup the results folder, but not the H2database or requests folder. The four settings listed bellow have the following efects.
Property Name |
Default Value |
Description |
webdav.cleanup.run.interval.minutes | 10 |
Run cleanup of data\results folder every 10 minutes. |
webdav.cleanup.time.to.live.minutes |
1440 | remove file and folders from the data\results folder older than 24 hours |
db.cleanup.run.interval.minutes |
0 | Never run the database or results cleanup. This can cause problems on busy systems, or over a long period of time. |
db.cleanup.time.to.live.days |
7 | Cleanup database entried and data\resquets folder for entried over 7 days old, if the above value is not zero. |
The db.cleanup.run.interval.minutes vakue needs to be added with a sendible value. Maybe 1440 if the live.days is 7 or more. Maybe less if this prevents adequat cleanup.
Comments
0 comments
Article is closed for comments.