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:
parent
5ae552f713
commit
b705484d9f
5 changed files with 59 additions and 35 deletions
2
justfile
2
justfile
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue