Skip to content
This repository has been archived by the owner on Mar 6, 2024. It is now read-only.

Commit

Permalink
increase default scanning cache ttl
Browse files Browse the repository at this point in the history
  • Loading branch information
yallxe committed Dec 26, 2022
1 parent 28b921d commit 2114813
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/config-template/hogg.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ bind = "127.0.0.1:1309"

[scanner]
check-force-ssl = true
cache-ttl = 60 # seconds
cache-ttl = 1800 # 30 minutes

[scanner.nuclei]
nuclei-executable = "nuclei" # default is 'nuclei'
Expand Down

0 comments on commit 2114813

Please sign in to comment.