Skip to content

Commit

Permalink
Faster scanning (#1077)
Browse files Browse the repository at this point in the history
  • Loading branch information
kazet committed Jun 13, 2024
1 parent 2900d19 commit 1e9601d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion artemis/module_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ class ArtemisBase(Karton):
Artemis base module. Provides helpers (such as e.g. cache) for all modules.
"""

task_poll_interval_seconds = 30
task_poll_interval_seconds = 10
batch_tasks = False
# This is the maximum batch size. Due to the fact that we may be unable to lock some targets because
# their IPs are already scanned, the actual batch size may be lower.
Expand Down

0 comments on commit 1e9601d

Please sign in to comment.