mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-03-03 11:45:46 +03:00
minor optimization
This commit is contained in:
parent
47b27a5988
commit
c204f2b221
|
@ -133,7 +133,7 @@ def runThreads(numThreads, threadFunction, cleanupFunction=None, forwardExceptio
|
|||
for thread in threads:
|
||||
if thread.isAlive():
|
||||
alive = True
|
||||
time.sleep(1)
|
||||
time.sleep(0.1)
|
||||
|
||||
except KeyboardInterrupt:
|
||||
print
|
||||
|
|
Loading…
Reference in New Issue
Block a user