mirror of
https://github.com/chatmail/core.git
synced 2026-05-01 20:36:31 +03:00
Replace r2d2 with an own connection pool
New connection pool does not use threads and does not remove idle connections or create new connections at runtime.
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
- deltachat-rpc-client: use `dataclass` for `Account`, `Chat`, `Contact` and `Message` #4042
|
||||
- python: mark bindings as supporting typing according to PEP 561 #4045
|
||||
- retry filesystem operations during account migration #4043
|
||||
- remove `r2d2_sqlite` dependency #4050
|
||||
- replace `r2d2` and `r2d2_sqlite` dependencies with an own connection pool #4050 #4053
|
||||
|
||||
### Fixes
|
||||
- deltachat-rpc-server: do not block stdin while processing the request. #4041
|
||||
|
||||
Reference in New Issue
Block a user