Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
kazet committed Sep 20, 2024
1 parent 0877e57 commit 6177d08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion artemis/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@ class Nuclei:
bool,
"When retrying due to 'context deadline exceeded', each request will take at least max(2 * SECONDS_PER_REQUEST, "
"NUCLEI_SECONDS_PER_REQUEST_ON_RETRY).",
] = get_config("NUCLEI_SECONDS_PER_REQUEST_ON_RETRY", default=0.5, cast=float)
] = get_config("NUCLEI_SECONDS_PER_REQUEST_ON_RETRY", default=0.4, cast=float)

NUCLEI_TEMPLATE_GROUPS_FILE: Annotated[
str,
Expand Down

0 comments on commit 6177d08

Please sign in to comment.