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