w3af: fix timeout default value
This commit is contained in:
parent
c6f1a2a2ef
commit
5a1ece29c3
|
@ -4,7 +4,7 @@
|
|||
|
||||
# Configure HTTP settings
|
||||
http-settings
|
||||
set timeout {{ default 60 .W3AF_TIMEOUT }}
|
||||
set timeout {{ default 30 .W3AF_TIMEOUT }}
|
||||
{{ if .W3AF_BASIC_AUTH_USERNAME }}
|
||||
set basic_auth_user {{ .W3AF_BASIC_AUTH_USERNAME }}
|
||||
set basic_auth_passwd {{ .W3AF_BASIC_AUTH_PASSWORD }}
|
||||
|
|
Loading…
Reference in New Issue