|
@@ -22,9 +22,9 @@ public class FilterParam {
|
|
|
private Map<Integer, List<String>> appRegionFiltered;
|
|
|
private List<Long> videosWithRisk;
|
|
|
private String regionCode;
|
|
|
- private int forceTruncation = 1000;
|
|
|
+ private int forceTruncation;
|
|
|
private Set<String> abExpCodes;
|
|
|
|
|
|
- public boolean concurrent=false; // hardcode 临时解决过滤慢的问题
|
|
|
- public boolean notUsePreView=false;
|
|
|
+ public boolean concurrent; // hardcode 临时解决过滤慢的问题
|
|
|
+ public boolean notUsePreView;
|
|
|
}
|