Commit d36f82be4403d950502d638849889e10fa0d4322
1 parent
567c8b96
Revert "sleep if write buffer gets too large"
This reverts commit 567c8b9628b132afa38ad9a3a4bdda23523129cb.
Showing
1 changed file
with
0 additions
and
3 deletions
openbr/plugins/gallery/lmdb.cpp
| @@ -180,9 +180,6 @@ class lmdbGallery : public Gallery | @@ -180,9 +180,6 @@ class lmdbGallery : public Gallery | ||
| 180 | lock.unlock(); | 180 | lock.unlock(); |
| 181 | 181 | ||
| 182 | aThread.waitForFinished(); | 182 | aThread.waitForFinished(); |
| 183 | - | ||
| 184 | - if (data.size() > 10000) | ||
| 185 | - QThread::msleep(1); | ||
| 186 | } | 183 | } |
| 187 | } | 184 | } |
| 188 | 185 |