Skip to content

Commit

Permalink
feat(CornerShot): getting rid of slowdowns
Browse files Browse the repository at this point in the history
  • Loading branch information
sagiesec committed Feb 9, 2021
1 parent 79c57d1 commit 9127130
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cornershot/cornershot.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

from . import logger

MAX_QUEUE_SIZE = 3000
MAX_QUEUE_SIZE = 5000
TARGET_PORTS = [135, 445, 3389, 5985, 5986]

DEFAULT_SHOTS = [EVENShot, RPRNShot, RRPShot, EVEN6Shot]
Expand Down

0 comments on commit 9127130

Please sign in to comment.