mirror of
https://github.com/Valkyrie00/bold-brew.git
synced 2026-03-14 22:35:53 +01:00
refactor: increase update interval
Signed-off-by: Bruno Bernard <contact.brunobernard@gmail.com>
This commit is contained in:
parent
4d52a29635
commit
4dc3967c42
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue