mirror of
https://github.com/pgbackrest/pgbackrest.git
synced 2025-03-03 14:52:21 +02:00
Keepalives may help in situations where RST packets are being blocked by a firewall or otherwise do not arrive. The C code uses select on all reads so it should never block, but add keepalives just in case. Suggested by Ronan Dunklau.