CIRCL / AIL-framework

AIL framework - Analysis Information Leak framework. Project moved to https://github.com/ail-project
https://github.com/ail-project/ail-framework
GNU Affero General Public License v3.0
1.29k stars 283 forks source link

Indexer.py Lock #478

Open src7 opened 4 years ago

src7 commented 4 years ago

Hello,

currently it is not possible to launch more than the original instance of Indexer.py because of a Whoosh lock.

We used this solution and it works : https://whoosh.readthedocs.io/en/latest/api/writing.html#whoosh.writing.AsyncWriter

Do you approve it ?

Terrtia commented 4 years ago

Hi @src7 !

Good catch ! Can you please create a pull request ?