mirror of
https://github.com/spalencsar/bearhub.git
synced 2026-07-10 07:44:17 +02:00
fix: disk loader not fiiling all requested cached data from the disk
This commit is contained in:
@@ -22,7 +22,6 @@ class AURIndexUpdater(Thread):
|
||||
self.man = man
|
||||
|
||||
def run(self):
|
||||
|
||||
while True:
|
||||
self.logger.info('Pre-indexing AUR packages in memory')
|
||||
res = self.http_client.get(URL_INDEX)
|
||||
|
||||
Reference in New Issue
Block a user