diff OrthancServer/Sources/ServerIndex.h @ 4580:49f6b9a2b9f5 db-changes

remove the only use of GlobalProperty_FlushSleep
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 09 Mar 2021 14:49:39 +0100
parents 5ee9a4f8a0f0
children bb3c82b8f373
line wrap: on
line diff
--- a/OrthancServer/Sources/ServerIndex.h	Tue Mar 09 14:30:05 2021 +0100
+++ b/OrthancServer/Sources/ServerIndex.h	Tue Mar 09 14:49:39 2021 +0100
@@ -100,7 +100,7 @@
   public:
     ServerIndex(ServerContext& context,
                 IDatabaseWrapper& database,
-                unsigned int threadSleep);
+                unsigned int threadSleepGranularityMilliseconds);
 
     ~ServerIndex();