mirror of
https://github.com/AlistGo/alist.git
synced 2025-09-15 12:58:42 +08:00
✨ google client retry
This commit is contained in:
parent
a41c820525
commit
87a74394b3
@ -286,4 +286,5 @@ var _ Driver = (*GoogleDrive)(nil)
|
||||
|
||||
func init() {
|
||||
RegisterDriver("GoogleDrive", &GoogleDrive{})
|
||||
googleClient.SetRetryCount(3)
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user