From ba8959ad7c18ce4165d29b7a472d845bd96f4735 Mon Sep 17 00:00:00 2001 From: Markus Heiser Date: Tue, 27 Sep 2022 17:01:00 +0200 Subject: [fix] typos / reported by @kianmeng in searx PR-3366 [PR-3366] https://github.com/searx/searx/pull/3366 Signed-off-by: Markus Heiser --- docs/admin/engines/settings.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/admin/engines/settings.rst') diff --git a/docs/admin/engines/settings.rst b/docs/admin/engines/settings.rst index b1853a11b..cac9d2868 100644 --- a/docs/admin/engines/settings.rst +++ b/docs/admin/engines/settings.rst @@ -341,7 +341,7 @@ Communication with search engines. outgoing: request_timeout: 2.0 # default timeout in seconds, can be override by engine max_request_timeout: 10.0 # the maximum timeout in seconds - useragent_suffix: "" # informations like an email address to the administrator + useragent_suffix: "" # information like an email address to the administrator pool_connections: 100 # Maximum number of allowable connections, or null # for no limits. The default is 100. pool_maxsize: 10 # Number of allowable keep-alive connections, or null -- cgit v1.2.3