feat(aliyundrive_open): record token exchange

This commit is contained in:
Andy Hsu
2023-08-08 20:37:40 +08:00
parent 635809c376
commit 95386d777b
2 changed files with 3 additions and 2 deletions

View File

@ -83,8 +83,8 @@ func DefaultConfig() *Config {
Log: LogConfig{
Enable: true,
Name: logPath,
MaxSize: 10,
MaxBackups: 5,
MaxSize: 50,
MaxBackups: 30,
MaxAge: 28,
},
MaxConnections: 0,