max open connections and Set Max Idle Conns

Merged Sandeep S. Shewalkar requested to merge MYSQL_CONFIG_SSS into master

connection.SetMaxIdleConns(100) connection.SetMaxOpenConns(5000) duration := 3 * 24 * time.Hour connection.SetConnMaxLifetime(duration)

Merge request reports