refactor(*): what the fuck is that naming

This commit is contained in:
2026-02-15 04:04:56 +03:00
parent 11f755c03c
commit dea03a6f70
3 changed files with 9 additions and 9 deletions

View File

@@ -4,7 +4,7 @@ import (
"time"
)
func WriteReq(db *Request_Writer, resultCh <-chan *LogEntry) {
func WriteReq(db *RequestWriter, resultCh <-chan *LogEntry) {
db.logger.Info("Starting log writer")
const batchSize = 100
const flushInterval = 1 * time.Second