disable syscall by default as it is a significant (#1742)

resource consuming
This commit is contained in:
Alon Girmonsky
2025-04-10 09:43:42 -07:00
committed by GitHub
parent 1218386638
commit 9775a70722
3 changed files with 56 additions and 15 deletions

View File

@@ -129,7 +129,7 @@ func CreateDefaultConfig() ConfigStruct {
"kafka",
"redis",
"sctp",
"syscall",
// "syscall",
// "tcp",
// "udp",
"ws",