Mercurial > hg > orthanc
diff NEWS @ 4641:b02dc8303cf6
Fixed the lifetime of temporary files associated with jobs that create ZIP archive/media
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Tue, 27 Apr 2021 09:49:20 +0200 |
parents | 66109d24d26e |
children | 4beebbb3636e |
line wrap: on
line diff
--- a/NEWS Mon Apr 26 15:22:44 2021 +0200 +++ b/NEWS Tue Apr 27 09:49:20 2021 +0200 @@ -2,6 +2,9 @@ =============================== * "ETag" headers for metadata and attachments now allow strong comparison (MD5 is included) +* Fixed the lifetime of temporary files associated with jobs that create ZIP archive/media: + - In synchronous mode, their number could grow up to "JobsHistorySize" in Orthanc <= 1.9.2 + - In asynchronous mode, the temporary files are removed as soon as their job gets canceled Version 1.9.2 (2021-04-22)