Lower benchmark relay file descriptor limit

This commit is contained in:
vorotamoroz
2026-07-08 06:54:42 +00:00
parent 2cca2355fd
commit cb1fb0f874
+1 -1
View File
@@ -27,7 +27,7 @@ services:
relay {
bind = "0.0.0.0"
port = 7777
nofiles = 100000
nofiles = 65536
info {
name = "livesync bench relay"