[V2X][Road]延长过期时间至一分钟

This commit is contained in:
renwj
2022-10-25 14:30:44 +08:00
parent b7403fed96
commit 7a10b36a7d

View File

@@ -361,7 +361,7 @@ object AiRoadMarker {
private fun checkExpired() {
handler.removeCallbacks(checkExpiredTask)
handler.postDelayed(checkExpiredTask, 5000)
handler.postDelayed(checkExpiredTask, 60_000)
}
data class Marker(