Skip to content

Commit

Permalink
Update engine-owl_dns.py
Browse files Browse the repository at this point in the history
  • Loading branch information
bdoublet91 authored Dec 8, 2023
1 parent 6bdad87 commit 41f1062
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion engines/owl_dns/engine-owl_dns.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
APP_DEBUG = os.environ.get("DEBUG", "").lower() in ["true", "1", "yes", "y", "on"]
APP_HOST = "0.0.0.0"
APP_PORT = 5006
APP_MAXSCANS = int(os.environ.get("APP_MAXSCANS", 3))
APP_MAXSCANS = int(os.environ.get("APP_MAXSCANS", 5))
APP_TIMEOUT = int(os.environ.get("APP_TIMEOUT", 3600))
APP_WF_MAX_PAGE = int(os.environ.get("APP_WF_MAX_PAGE", 10))

Expand Down

0 comments on commit 41f1062

Please sign in to comment.