Ver Fonte

Update project-settings.md

Björn Ritzl há 2 anos atrás
pai
commit
f7b12bf808
1 ficheiros alterados com 9 adições e 0 exclusões
  1. 9 0
      docs/en/manuals/project-settings.md

+ 9 - 0
docs/en/manuals/project-settings.md

@@ -263,6 +263,15 @@ The max number of resources that can be loaded at the same time, `1024` by defau
 #### Http Timeout
 The HTTP timeout in seconds. Set to `0` to disable timeout, which is the default.
 
+#### Http Thread Count
+The number of worker threads for the HTTP service.
+
+#### Http Cache Enabled
+Check to enable the HTTP cache for network requests (using `http.request()`. The HTTP cache will store the response associated with a request and reuse the stored response for subsequent requests. The HTTP cache supports the `ETag` and `Cache-Control: max-age` HTTP response headers.
+
+#### SSL Certificates
+File containing SSL root certificates to use when verifying the certificate chain during SSL handshakes.
+
 ---
 
 ### Collection