searx: request_timeout takes double, but extra_proxy_timeout only takes int :)))
All checks were successful
/ deploy (push) Successful in 21s
All checks were successful
/ deploy (push) Successful in 21s
This commit is contained in:
parent
7cbdddc762
commit
d4f4c543b0
1 changed files with 1 additions and 1 deletions
|
|
@ -89,7 +89,7 @@ in {
|
||||||
enable_http2 = true;
|
enable_http2 = true;
|
||||||
proxies."all://:" = ["socks5h://127.0.0.1:9050"];
|
proxies."all://:" = ["socks5h://127.0.0.1:9050"];
|
||||||
using_tor_proxy = true;
|
using_tor_proxy = true;
|
||||||
extra_proxy_timeout = 15.0;
|
extra_proxy_timeout = 15;
|
||||||
};
|
};
|
||||||
|
|
||||||
enabled_plugins = [
|
enabled_plugins = [
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue