This commit is contained in:
2021-01-07 14:24:10 +08:00
parent e3f2c11fc9
commit 30ab499d41

View File

@@ -582,7 +582,7 @@ class callbackQueryHandle(Thread):
hashEntries = HashEntries(self._main._setting._maxCount)
tempList = self._rssMeta.itemList.copy()
tempList.reverse()
for v in tempList[-100:]:
for v in tempList[-self._main._setting._maxCount:]:
hashEntries.add(calHash(url, v))
suc = self._main._db.addRSSList(
title, url, chatId, config, ttl, hashEntries)