This commit is contained in:
zhongchao
2021-08-13 11:47:32 +08:00
parent cc0c0ed5eb
commit f68ccb43cc
3 changed files with 12 additions and 11 deletions

View File

@@ -74,7 +74,7 @@ public class SnapshotUploadInTime implements UploadInTimeHandler.IUploadInTimeLi
if (MoGoAiCloudClient.getInstance().getAiCloudClientConfig().getNetMode() == HTTP_DNS_ENV_DEMO) {
return RealTimeConstant.DEMO_FREQUENCY_CHANNEL_ID;
} else {
return RealTimeConstant.HIGH_FREQUENCY_CHANNEL_ID;
return RealTimeConstant.LOW_FREQUENCY_CHANNEL_ID;
}
}
}