mirror of
https://github.com/MewoLab/AquaDX.git
synced 2026-02-12 12:17:26 +08:00
[O] Reduce recruit TTL
This commit is contained in:
@@ -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())
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user