-
-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Description
There is a rate limit to using VirusTotal, which is 4 scans per minute. Currently the logic is covered by waiting 20 seconds for each file scan, but it's not the best solution as really large scans take longer than could be optimized and running another scan simultaneously will cause errors as it will exceed the rate limit.
Reproduction
The solution is most likely checking if a scan is currently in place and putting a hold if so, the other is listening for when files are done scanning to start a new one provided it's within the time limit.
System information
File is VirusTotalScan, but the invocation of the functionality is in the extension file.
Additional information
None
π¨βπ§βπ¦ Contributing
- πββοΈ Yes, I'd love to make a PR to fix this bug!
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working