google client retry

This commit is contained in:
微凉
2021-11-17 20:40:42 +08:00
parent a41c820525
commit 87a74394b3

View File

@ -286,4 +286,5 @@ var _ Driver = (*GoogleDrive)(nil)
func init() {
RegisterDriver("GoogleDrive", &GoogleDrive{})
googleClient.SetRetryCount(3)
}