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:
Ravin Perera
2021-05-30 12:32:51 +05:30
committed by GitHub
parent 2f0a6673d5
commit 07962bc3d5
11 changed files with 41 additions and 69 deletions

View File

@@ -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;