Optimized p2p connections.

Added a limit for 10 active connections to save bandwidth and CPU.
This commit is contained in:
Revertron
2021-04-23 13:20:26 +02:00
parent 0d944ca1dc
commit 520f485899
7 changed files with 26 additions and 22 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "alfis"
version = "0.4.24"
version = "0.4.25"
authors = ["Revertron <alfis@revertron.com>"]
edition = "2018"
build = "build.rs"