mirror of
https://github.com/AlistGo/alist.git
synced 2025-11-26 03:45:05 +08:00
✨ google client retry
This commit is contained in:
@@ -286,4 +286,5 @@ var _ Driver = (*GoogleDrive)(nil)
|
|||||||
|
|
||||||
func init() {
|
func init() {
|
||||||
RegisterDriver("GoogleDrive", &GoogleDrive{})
|
RegisterDriver("GoogleDrive", &GoogleDrive{})
|
||||||
|
googleClient.SetRetryCount(3)
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user