VirusTotal / yara

The pattern matching swiss knife
https://virustotal.github.io/yara/
BSD 3-Clause "New" or "Revised" License
8.18k stars 1.43k forks source link

ERROR_TOO_MANY_SCAN_THREADS #2068

Closed nevoeitan closed 2 months ago

nevoeitan commented 5 months ago

Hey, in the yara docs it is stated about error ERROR_TOO_MANY_SCAN_THREADS - "Too many threads trying to use the same YR_RULES object simultaneously. The limit is defined by YR_MAX_THREADS in ./include/yara/limits.h". But upon searching the error references in the code it doesn't actually seems to be used. Will appreciate a response whether or not this error is actually relevant. Thanks in advance.

plusvic commented 2 months ago

I've removed all references to this error from the documentation. It was relevant in the past, but is not used anymore.