comparison 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
comparison
equal deleted inserted replaced
4579:5ee9a4f8a0f0 4580:49f6b9a2b9f5
98 bool IsUnstableResource(int64_t id); 98 bool IsUnstableResource(int64_t id);
99 99
100 public: 100 public:
101 ServerIndex(ServerContext& context, 101 ServerIndex(ServerContext& context,
102 IDatabaseWrapper& database, 102 IDatabaseWrapper& database,
103 unsigned int threadSleep); 103 unsigned int threadSleepGranularityMilliseconds);
104 104
105 ~ServerIndex(); 105 ~ServerIndex();
106 106
107 void Stop(); 107 void Stop();
108 108