AstraLuma / catfind

Sphinx indexer & search engine
0 stars 0 forks source link

Fix discovery memory leak #11

Closed AstraLuma closed 2 years ago

AstraLuma commented 2 years ago

When doing crawling, memory appears to increase, indicating a leak.

Fix this.

(I expect it's the use of @functools.cache on methods)

AstraLuma commented 2 years ago

Seems to be happier. Calling this done.