feat: 调整分片数量

This commit is contained in:
tbphp
2025-07-13 12:53:38 +08:00
parent b4f3ea4096
commit 8957405fee

View File

@@ -19,7 +19,7 @@ import (
const (
RequestLogCachePrefix = "request_log:"
PendingLogKeysSet = "pending_log_keys"
DefaultLogFlushBatchSize = 1000
DefaultLogFlushBatchSize = 200
)
// RequestLogService is responsible for managing request logs.