Dont use libc dns resolver by default

+ By default libc dns resolution is blocking.
    Which force async runtime to spawn blocking thread for it
    which lead to heavy memory usage
This commit is contained in:
Σrebe - Romain GERARD 2024-01-02 19:32:47 +01:00
parent 5ae552f713
commit b705484d9f
No known key found for this signature in database
GPG key ID: 7A42B4B97E0332F4
5 changed files with 59 additions and 35 deletions

View file

@ -10,7 +10,7 @@ make_release $VERSION $FORCE="":
git add Cargo.*
git commit -m 'Bump version v'$VERSION
git tag $FORCE v$VERSION -m 'version v'$VERSION
git push
git push $FORCE
git push $FORCE origin v$VERSION
@just docker_release v$VERSION