refactor: increase update interval

Signed-off-by: Bruno Bernard <contact.brunobernard@gmail.com>
This commit is contained in:
Bruno Bernard 2025-11-08 01:08:00 +04:00
commit 4dc3967c42

View file

@ -93,7 +93,7 @@ func (s *AppService) loadInitialData() {
app: s.app,
appService: s,
batchSize: 200,
updateInterval: 20 * time.Millisecond,
updateInterval: 25 * time.Millisecond,
}
loader.streamPackages(pkgChan, errChan)