导入drop rate提示改为0.1到0.9

This commit is contained in:
wangxin
2018-11-21 16:56:23 +08:00
parent 88b61da08d
commit 52c2f490cd

View File

@@ -116,7 +116,7 @@ public class CheckIpFormatThread implements Callable<String>{
}
if (!has) {
errInfo.append(prop.getProperty("ratelimit") + "."
+ String.format(prop.getProperty("must_between"), 0.001, 0.009) + ";");
+ String.format(prop.getProperty("must_between"), 0.1, 0.9) + ";");
}
} catch (Exception e) {
// TODO: handle exception