Commit 75c5aa92 authored by Sandeep S. Shewalkar's avatar Sandeep S. Shewalkar
Browse files

max open connections and Set Max Idle Conns

	connection.SetMaxIdleConns(100)
		connection.SetMaxOpenConns(5000)
		duration := 3 * 24 * time.Hour
		connection.SetConnMaxLifetime(duration)
parent 0ab19f65
Branches
Tags
1 merge request!22max open connections and Set Max Idle Conns
Showing with 21 additions and 3 deletions
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment