mirror of
https://github.com/AlistGo/alist.git
synced 2025-04-22 21:04:07 +08:00
chore: reduce query aria2 status interval
This commit is contained in:
parent
f54418bdae
commit
fd55f2cbfa
@ -49,7 +49,7 @@ outer:
|
||||
if ok {
|
||||
break outer
|
||||
}
|
||||
case <-time.After(time.Second * 5):
|
||||
case <-time.After(time.Second * 2):
|
||||
ok, err = m.Update()
|
||||
if ok {
|
||||
break outer
|
||||
|
Loading…
x
Reference in New Issue
Block a user