Summary | Better handling of old .temp files in temp/ on server |
Platform | Unix |
Category | bugfix |
Valid for | 4.9.x, 5.0.0.x, 5.0.1.x, 5.1.0.x |
Requires | 4.9.0.1 - 4.9.0.7: 272, 4.9.0.1 - 4.9.0.7: 275 |
Client Required Patch/es | |
Supersedes | 289 |
Superseded by | 397 : Verified / Not hidden |
Affects | Server: Core |
Last Updated | September 30, 2009 |
Cleanup: .temp files that have been read are now removed only if they have not been modified during the last 48 hours. Files that has not been read will only be removed if they are older than 7 days.
This patch adds two configuration directives to the server which both affect the "_archive_license_data"-cronjob. - ARCHIVE_DATA_INTERVAL, which determines how often data should be archived, with the values determining how many seconds should pass between each archival. 3600 = one hour, 86400 = one day. 86400 is the default used if the directive isn't set. - ARCHIVE_DATA_OFFSET, which determines how many seconds after each period-start the job should be started. The default is 15000, which equals 4 hours and 10 minutes.
Unpack tar file in e.g /tmp/patch on the Open iT server. Do the following as root: cd /tmp/patch ./patch.pl
No corresponding Patches available.