fix: bound management terminal logs
This commit is contained in:
@@ -13,7 +13,7 @@ import (
|
||||
const (
|
||||
MaxLogBatchEntries = 512
|
||||
MaxLogLineLength = 8192
|
||||
MaxLogQueryLimit = 500
|
||||
MaxLogQueryLimit = 10000
|
||||
)
|
||||
|
||||
func ValidateLogBatchIngest(batch domain.LogBatchIngest) error {
|
||||
|
||||
Reference in New Issue
Block a user