fix: reduce sleep duration in agent loop for improved responsiveness
This commit is contained in:
parent
334c08a27f
commit
4ae9604043
1 changed files with 1 additions and 1 deletions
|
|
@ -309,7 +309,7 @@ func (al *AgentLoop) Run(ctx context.Context) error {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
default:
|
default:
|
||||||
time.Sleep(time.Second * 5)
|
time.Sleep(time.Microsecond * 200)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue