[8.0.0]
[fea] [引导线和预测超时放到到2s]
This commit is contained in:
@@ -48,10 +48,10 @@ object BridgeServiceManager {
|
||||
}
|
||||
|
||||
fun checkTimeout(){
|
||||
if(System.currentTimeMillis() - trajectoryTime>1_000){
|
||||
if(System.currentTimeMillis() - trajectoryTime>2_000){
|
||||
haveTrajectoryInfo = false
|
||||
}
|
||||
if(System.currentTimeMillis() - trajectoryTime>1_000){
|
||||
if(System.currentTimeMillis() - predictionTime>2_000){
|
||||
havePredictionInfo = false
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user