Skip to content

Commit

Permalink
Update dojo/settings/settings.dist.py
Browse files Browse the repository at this point in the history
Co-authored-by: Charles Neill <[email protected]>
  • Loading branch information
kiblik and cneill committed Nov 12, 2024
1 parent 9874f31 commit 3010e26
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dojo/settings/.settings.dist.py.sha256sum
Original file line number Diff line number Diff line change
@@ -1 +1 @@
095277073539a4695d16cee4918bd57a3eaf6c272301a57c74b675cef52e3f76
a248299930cd71eb02f4526ed11a02f4d0f1937d1e485b07ec01948241965903
2 changes: 1 addition & 1 deletion dojo/settings/settings.dist.py
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@
DD_REQUIRE_PASSWORD_ON_USER=(bool, True),
# For HTTP requests, how long connection is open before timeout
# This settings apply only on requests performed by "requests" lib used in Dojo code (if some included lib is using "requests" as well, this does not apply there)
DD_REQUESTS_TIMEOUT=(int, 5),
DD_REQUESTS_TIMEOUT=(int, 30),
)


Expand Down

0 comments on commit 3010e26

Please sign in to comment.