mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-04-02 08:58:38 +02:00
This commit increases the default worker timeout currently backing the read and write pools. This allows the read and write pools to sustain regular bursty traffic such as ping/pong without releasing their buffers back to the underlying gc queue. In the future, jitter can be added to our ping and/or gossip messages to reduce the concurrent usage of read and write pools, which will make this change even more effective.