You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/USER_GUIDE.md
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -129,6 +129,10 @@ Here is the list of available settings that you could define in the `scripts/set
129
129
-`api_connect_timeout`: In seconds. **Only for curl**. The timeout for the connection phase when calling Local
130
130
API. Default to 300 sec. If set to a 0, timeout will be unlimited.
131
131
132
+
-`appsec_timeout_ms`: In milliseconds. The global timeout when calling AppSec. Default to 400 ms. If set to a negative value or 0, timeout will be unlimited.
133
+
134
+
-`appsec_connect_timeout_ms`: In milliseconds. **Only for curl**. The timeout for the connection phase when calling AppSec. Default to 150 ms. If set to a 0, timeout will be unlimited.
135
+
132
136
133
137
-`use_curl`: By default, this lib call the REST Local API using `file_get_contents` method (`allow_url_fopen` is required).
134
138
You can set `use_curl` to `true` in order to use `cURL` request instead (`ext-curl` is in then required)
0 commit comments