You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: