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 authored Nov 6, 2024
1 parent 0e7cc8b commit bdbf2cd
Showing 1 changed file with 1 addition and 1 deletion.
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 bdbf2cd

Please sign in to comment.