8 lines
190 B
Go
8 lines
190 B
Go
|
// Copyright (C) 2019 Storj Labs, Inc.
|
||
|
// See LICENSE for copying information.
|
||
|
|
||
|
package dbutil
|
||
|
|
||
|
// DefaultMaxIdleConns default value for database connections
|
||
|
const DefaultMaxIdleConns = 100
|