このリポジトリは2023-09-09にアーカイブされています。 ファイルの閲覧とクローンは可能ですが、プッシュ、イシューの作成、プルリクエストはできません。
whoogle-mod/app/utils
Ben Busby 72e5a227c8
Move bangs init to bg thread
Initializing the DDG bangs when running whoogle for the first time
creates an indeterminate amount of delay before the app becomes usable,
which makes usability tests (particularly w/ Docker) unreliable. This
moves the bang json init to a background thread and writes a temporary
empty dict to the bangs json file until the full bangs json can be used.
2022-01-25 12:28:06 -07:00
..
__init__.py
bangs.py Move bangs init to bg thread 2022-01-25 12:28:06 -07:00
misc.py Fix incorrect redirect protocol used by Flask 2021-11-21 23:21:04 -07:00
results.py Introduce site alts for imgur and wikipedia (#609) 2022-01-14 09:59:03 -07:00
search.py Fix incorrect request type for image searches 2021-12-06 21:39:50 -07:00
session.py Improve public instance session management (#480) 2021-11-17 19:35:30 -07:00