Decreased ticker for console input
This commit is contained in:
parent
8a4e29a3ce
commit
3a4f263228
@ -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 {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user