diff NEWS @ 5729:bdbaccc06e98

Fix extremely rare error when 2 threads are trying to create the same folder in the File Storage at the same time
author Alain Mazy <am@orthanc.team>
date Fri, 26 Jul 2024 16:29:10 +0200
parents f690568f0325
children 49c29af02b13
line wrap: on
line diff
--- a/NEWS	Mon Jul 22 15:55:36 2024 +0200
+++ b/NEWS	Fri Jul 26 16:29:10 2024 +0200
@@ -19,6 +19,8 @@
   for a long period.
 * Fix C-Find queries not returning computed tags like ModalitiesInStudy, NumberOfStudyRelatedSeries, ...
   in very specific use-cases.
+* Fix extremely rare error when 2 threads are trying to create the same folder in the File Storage 
+  at the same time.