mirror of
https://github.com/searxng/searxng.git
synced 2025-08-29 22:55:28 +02:00
[enh] use one single http connection pool : improve response time. close #100
This commit is contained in:
parent
a865e6672f
commit
d07cfd9089
5 changed files with 65 additions and 5 deletions
|
@ -1,6 +1,6 @@
|
|||
import json
|
||||
from requests import get
|
||||
from urllib import urlencode
|
||||
from searx.poolrequests import get
|
||||
from searx.utils import format_date_by_locale
|
||||
|
||||
result_count = 1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue