mirror of
https://github.com/EvernodeXRPL/hpcore.git
synced 2026-04-29 15:37:59 +00:00
Improvements for larger clsuters. (#316)
- Cluster script improvements. - Skipped msg too old check unverified peer sessions. - Moved known peer maintenance to peer loop.
This commit is contained in:
@@ -180,7 +180,7 @@ namespace conf
|
||||
cfg.user.port = 8080;
|
||||
cfg.user.idle_timeout = 0;
|
||||
|
||||
cfg.hpfs.log.log_level = "err";
|
||||
cfg.hpfs.log.log_level = "wrn";
|
||||
|
||||
cfg.log.max_file_count = 50;
|
||||
cfg.log.max_mbytes_per_file = 10;
|
||||
|
||||
Reference in New Issue
Block a user