恢复合并的limit值

pull/311/head
648540858 2022-01-13 16:42:58 +08:00
parent bfcb4d2335
commit cf23816c80
1 changed files with 1 additions and 1 deletions

View File

@ -246,7 +246,7 @@ public class VideoManagerStoragerImpl implements IVideoManagerStorager {
}
try {
int cleanChannelsResult = deviceChannelMapper.cleanChannelsByDeviceId(deviceId);
int limitCount = 1;
int limitCount = 300;
boolean result = cleanChannelsResult < 0;
if (!result && channels.size() > 0) {
if (channels.size() > limitCount) {