Results 2 comments of yzcwf

` d, err := gorm.Open(mysql.Open(dsn), &gorm.Config{}) if err != nil { return err } sqlDB, err := d.DB() sqlDB.SetMaxOpenConns(60) sqlDB.SetMaxIdleConns(0) db = d` I set it up this way, and...

我这边build的时候也频繁出现429 Too Many Requests