radius导出条数限制添加
This commit is contained in:
@@ -769,4 +769,10 @@ public final class Constants {
|
||||
public static final String NTC_COLLECT_RADIUS_LOG =Configurations.getStringProperty("ntcCollectRadiusLog","");
|
||||
public static final String NTC_CONN_RECORD_LOG =Configurations.getStringProperty("ntcConnRecordLog","");
|
||||
public static final String NTC_CONN_RECORD_PERCENT =Configurations.getStringProperty("ntcConnRecordPercent","");
|
||||
|
||||
/**
|
||||
* 每次最大导出条数
|
||||
*/
|
||||
public static final int MAX_LOG_EXPORT_SIZE = Configurations.getIntProperty("maxLogExportSize", 100000);
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user