(minor) add max_readers option to example config

This commit is contained in:
Lawrence, Rendall
2024-06-24 17:09:42 +03:00
parent e61045833a
commit 97eb79c81b
2 changed files with 5 additions and 0 deletions

View File

@@ -11,6 +11,7 @@ import (
"net/netip"
"github.com/rs/zerolog"
"github.com/sot-tech/mochi/pkg/str2bytes"
)