Decreased ticker for console input

This commit is contained in:
Verox007 2023-12-17 21:43:00 +01:00
parent 8a4e29a3ce
commit 3a4f263228

View File

@ -46,7 +46,7 @@ func (l *LoggerQueue) Error(message string) {
} }
func (l *LoggerQueue) processLogs(ctx context.Context) { func (l *LoggerQueue) processLogs(ctx context.Context) {
ticker := time.NewTicker(100 * time.Millisecond) ticker := time.NewTicker(10 * time.Millisecond)
defer ticker.Stop() defer ticker.Stop()
for { for {