diff options
| author | Ivan Gabaldon <igabaldon@inetol.net> | 2025-09-20 11:12:34 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-09-20 11:12:34 +0200 |
| commit | 164167dea0a0823845de42188818e7f80262aa71 (patch) | |
| tree | 5fb3e2559a4a08715359b1192de2f4eb2b928651 /container | |
| parent | b3eb7657b9b4c4842f3c5f15a3618d1a92c50da7 (diff) | |
[mod] py: remove uvloop (#5220)
We get some good stuff without uvloop, 13MB~ less of dependencies, 3
minutes of build time for armv7 saved, and we are one step closer to NT
compatibility. Although it's true that theoretically the raw performance
have worsened on network side (we only used uvloop for that), the latest
cpython versions have been improving on asyncio performance.
Diffstat (limited to 'container')
| -rw-r--r-- | container/dist.dockerfile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/container/dist.dockerfile b/container/dist.dockerfile index 326f62b0d..2270bdefd 100644 --- a/container/dist.dockerfile +++ b/container/dist.dockerfile @@ -30,7 +30,6 @@ ENV SEARXNG_VERSION="$VERSION" \ GRANIAN_HOST="::" \ GRANIAN_PORT="8080" \ GRANIAN_WEBSOCKETS="false" \ - GRANIAN_LOOP="uvloop" \ GRANIAN_BLOCKING_THREADS="4" \ GRANIAN_WORKERS_KILL_TIMEOUT="30s" \ GRANIAN_BLOCKING_THREADS_IDLE_TIMEOUT="5m" |