[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.
This commit is contained in:
Ivan Gabaldon
2025-09-20 11:12:34 +02:00
committed by GitHub
parent b3eb7657b9
commit 164167dea0
4 changed files with 0 additions and 7 deletions

1
manage
View File

@@ -159,7 +159,6 @@ webapp.run() {
GRANIAN_HOST="::" \
GRANIAN_PORT="8888" \
GRANIAN_WEBSOCKETS="false" \
GRANIAN_LOOP="uvloop" \
GRANIAN_BLOCKING_THREADS="4" \
GRANIAN_WORKERS_KILL_TIMEOUT="30s" \
GRANIAN_BLOCKING_THREADS_IDLE_TIMEOUT="5m" \