fix: bound management terminal logs

This commit is contained in:
npc0-hue
2026-08-07 10:43:13 +08:00
parent 4b0233cf6f
commit 87e903998e
10 changed files with 229 additions and 28 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ import (
const (
MaxLogBatchEntries = 512
MaxLogLineLength = 8192
MaxLogQueryLimit = 500
MaxLogQueryLimit = 10000
)
func ValidateLogBatchIngest(batch domain.LogBatchIngest) error {