@@ -12,7 +12,7 @@ public class CommStrategy {
/**
* 请求间隔睡眠时间-long
- * default:200L
+ * default:300L
*/
private static final Long SLEEP_LONG = 300L;
@@ -26,7 +26,7 @@ public class CommStrategy {
* 请求间隔睡眠时间-short
- * default:64L
+ * default:200L
private static final Long SLEEP_SHORT = 200L;