mirror of https://github.com/hykilpikonna/AquaDX
[O] Reduce recruit TTL
parent
d7abb343a7
commit
10933046d6
|
@ -26,7 +26,7 @@ private val KJson = Json {
|
||||||
}
|
}
|
||||||
|
|
||||||
// Maximum time to live for a recruit record
|
// Maximum time to live for a recruit record
|
||||||
const val MAX_TTL = 3 * 60 * 1000
|
const val MAX_TTL = 30 * 1000
|
||||||
|
|
||||||
data class RecruitRecord(val d: RecruitInfo, val time: Long = millis())
|
data class RecruitRecord(val d: RecruitInfo, val time: Long = millis())
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue