mirror of
https://github.com/HChaZZY/alist.git
synced 2025-12-23 10:36:29 +08:00
fix(aliyundrive): error occurred when running multiple instances at the same time (#3448)
* fix(aliyundrive):an error occurred when running multiple instances at the same time * Update util.go fix(aliyunpan):clear retry count
This commit is contained in:
@@ -9,7 +9,7 @@ import (
|
||||
type State struct {
|
||||
deviceID string
|
||||
signature string
|
||||
nonce int
|
||||
retry int
|
||||
privateKey *ecdsa.PrivateKey
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user