mirror of
https://github.com/HChaZZY/alist.git
synced 2025-12-17 23:56:25 +08:00
chore: init db and aria2
This commit is contained in:
9
internal/bootstrap/aria2.go
Normal file
9
internal/bootstrap/aria2.go
Normal file
@@ -0,0 +1,9 @@
|
||||
package bootstrap
|
||||
|
||||
import "github.com/alist-org/alist/v3/internal/aria2"
|
||||
|
||||
func InitAria2() {
|
||||
go func() {
|
||||
_ = aria2.InitClient(2)
|
||||
}()
|
||||
}
|
||||
Reference in New Issue
Block a user