public interface DbConnectionPoolValidator
| Modifier and Type | Method and Description |
|---|---|
Optional<String> |
validateVersusHttpThreads(int httpThreads)
Checks whether the DB connection pool is large enough to support the given number of HTTP threads.
|
Optional<String> validateVersusHttpThreads(int httpThreads)
httpThreads - the number of HTTP threads to check againstCopyright © 2003–2020 Atlassian. All rights reserved.