shared: Add LimitQueue which discards oldest entry once limit hit

This commit is contained in:
2022-08-06 09:03:05 +02:00
parent 00abc6bc1b
commit ad06497b4b
2 changed files with 49 additions and 0 deletions

View File

@@ -77,6 +77,7 @@ HEADERS += sqlitesearch.h \
filescanworker.h \
indexer.h \
indexsyncer.h \
limitqueue.h \
logger.h \
looqsgeneralexception.h \
looqsquery.h \