Added a connection pool timeout to the Configuration type in the Persistence package.
This commit is contained in:
@@ -21,5 +21,7 @@ extension Int {
|
||||
public static let port = 5_432
|
||||
/// The default maximum pooled connections per event loop.
|
||||
public static let poolMaxPerEventLoop = 4
|
||||
/// The default longest wait, in seconds, for a pooled connection to become available (the driver's own default).
|
||||
public static let poolTimeout = 10
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user