mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Remove using namespace declarations at namespace scope in headers
This commit is contained in:
@@ -38,8 +38,6 @@
|
||||
|
||||
namespace ripple {
|
||||
|
||||
using namespace std::chrono_literals;
|
||||
|
||||
class Rules;
|
||||
|
||||
//------------------------------------------------------------------------------
|
||||
@@ -144,7 +142,7 @@ public:
|
||||
bool PEER_PRIVATE = false; // True to ask peers not to relay current IP.
|
||||
int PEERS_MAX = 0;
|
||||
|
||||
std::chrono::seconds WEBSOCKET_PING_FREQ = 5min;
|
||||
std::chrono::seconds WEBSOCKET_PING_FREQ = std::chrono::minutes {5};
|
||||
|
||||
// Path searching
|
||||
int PATH_SEARCH_OLD = 7;
|
||||
|
||||
Reference in New Issue
Block a user