导入drop rate提示改为0.1到0.9
This commit is contained in:
@@ -116,7 +116,7 @@ public class CheckIpFormatThread implements Callable<String>{
|
|||||||
}
|
}
|
||||||
if (!has) {
|
if (!has) {
|
||||||
errInfo.append(prop.getProperty("ratelimit") + "."
|
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) {
|
} catch (Exception e) {
|
||||||
// TODO: handle exception
|
// TODO: handle exception
|
||||||
|
|||||||
Reference in New Issue
Block a user