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
That would explain my performance issues. Maybe create a Thread pool at the beginning (e.g. 5 threads) and then use a LinkedBlockingQueue that will block the threads when no items are present?
The text was updated successfully, but these errors were encountered:
Is this extension creating a new thread per item that is scanned?
burp-suite-error-message-checks/src/main/java/burp/BurpExtender.java
Line 130 in d5dbbe5
That would explain my performance issues. Maybe create a Thread pool at the beginning (e.g. 5 threads) and then use a LinkedBlockingQueue that will block the threads when no items are present?
The text was updated successfully, but these errors were encountered: