📜 docs: update the docs to provide information on the new config option

This commit is contained in:
neon_arch 2023-07-30 17:57:55 +03:00
parent 71c890ba05
commit 130e9a19e5
2 changed files with 2 additions and 0 deletions

View file

@ -29,6 +29,7 @@ Some of the configuration options provided in the file are stated below. These a
- **port:** Port number on which server should be launched.
- **binding_ip_addr:** IP address on the which server should be launched.
- **production_use:** Whether to use production mode or not (in other words this option should be used if it is to be used to host it on the server to provide a service to a large number of users). If production_use is set to true. There will be a random delay before sending the request to the search engines, this is to prevent DDoSing the upstream search engines from a large number of simultaneous requests. This is newly added option and hence is only available in the **edge version**.
- **request_timeout:** Timeout for the search requests sent to the upstream search engines to be fetched (value in seconds).
## Website