mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-25 13:35:54 +00:00
Turn websocket ping frequency down.
This commit is contained in:
@@ -18,7 +18,7 @@
|
|||||||
DEFINE_INSTANCE(WebSocketConnection);
|
DEFINE_INSTANCE(WebSocketConnection);
|
||||||
|
|
||||||
#ifndef WEBSOCKET_PING_FREQUENCY
|
#ifndef WEBSOCKET_PING_FREQUENCY
|
||||||
#define WEBSOCKET_PING_FREQUENCY 120
|
#define WEBSOCKET_PING_FREQUENCY (5*60)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
template <typename endpoint_type>
|
template <typename endpoint_type>
|
||||||
|
|||||||
Reference in New Issue
Block a user