fix: attempt to fix tcp timeout on linux with ZMQ_TCP_KEEPALIVE_IDLE

This commit is contained in:
Swann 2021-02-12 17:30:46 +01:00
parent 7dd6e38e3f
commit 031b143843
No known key found for this signature in database
GPG Key ID: E1D3641A7C43AACB

View File

@ -44,7 +44,7 @@ from . import environment
DEPENDENCIES = {
("replication", '0.1.25'),
("replication", '0.1.6'),
}