fix: Keep working when EMFILE is reached (#2158)

Done by upgrading to warp 3.3.19
This commit is contained in:
Steve Chavez
2022-02-09 17:27:29 -05:00
committed by GitHub
parent 41a4396147
commit 9021c96baa
4 changed files with 12 additions and 1 deletions
+1
View File
@@ -35,6 +35,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
- #2152, Remove functions, which are uncallable because of unnamend arguments from schema cache and OpenAPI output. - @wolfgangwalther
- #2145, Fix accessing json array fields with -> and ->> in ?select= and ?order=. - @wolfgangwalther
- #2153, Fix --dump-schema running with a wrong PG version. - @wolfgangwalther
- #2042, Keep working when EMFILE(Too many open files) is reached. - @steve-chavez
### Changed