Feat: RWMutex / reload for aira2

This commit is contained in:
HFO4
2020-02-25 14:02:14 +08:00
parent 48659f6952
commit c1d2b933aa
11 changed files with 72 additions and 38 deletions

View File

@ -24,7 +24,7 @@ func Init(path string) {
if conf.SystemConfig.Mode == "master" {
model.Init()
task.Init()
aria2.Init()
aria2.Init(false)
email.Init()
crontab.Init()
}