mirror of
https://github.com/sqlmapproject/sqlmap
synced 2025-12-24 01:08:49 +01:00
minor optimization
This commit is contained in:
parent
47b27a5988
commit
c204f2b221
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue