mirror of
https://github.com/InsanusMokrassar/PlaguBot.git
synced 2025-12-07 06:46:39 +00:00
improve reconnect feature
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
package dev.inmo.plagubot.config
|
||||
|
||||
import kotlinx.serialization.Serializable
|
||||
|
||||
@Serializable
|
||||
data class DBConnectOptions(
|
||||
val attempts: Int = 3,
|
||||
val delay: Long = 1000L
|
||||
)
|
||||
Reference in New Issue
Block a user