mirror of
https://github.com/searxng/searxng.git
synced 2025-07-30 16:42:22 +02:00
Merge pull request #192 from dalf/connection-pool
[enh] improve response time. close #100
This commit is contained in:
commit
10891bdeab
5 changed files with 65 additions and 5 deletions
|
@ -28,7 +28,6 @@ import os
|
|||
import hashlib
|
||||
|
||||
from datetime import datetime, timedelta
|
||||
from requests import get as http_get
|
||||
from itertools import chain
|
||||
from urllib import urlencode
|
||||
from flask import (
|
||||
|
@ -37,6 +36,7 @@ from flask import (
|
|||
)
|
||||
from flask.ext.babel import Babel, gettext, format_date
|
||||
from searx import settings, searx_dir
|
||||
from searx.poolrequests import get as http_get
|
||||
from searx.engines import (
|
||||
categories, engines, get_engines_stats, engine_shortcuts
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue