ai.digital.integration.server.common.constant.ServerConstants.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of integration-server-gradle-plugin Show documentation
Show all versions of integration-server-gradle-plugin Show documentation
The easy way to get custom setup for Deploy up and running
package ai.digital.integration.server.common.constant
object ServerConstants {
const val DEFAULT_PING_RETRY_SLEEP_TIME: Int = 10
const val DEFAULT_PING_TOTAL_TRIES: Int = 60
const val RELEASE_DB_CONNECTION_NUMBER: Int = 33
const val DEPLOY_DB_CONNECTION_NUMBER: Int = 44
}