liubao68 commented on a change in pull request #2584:
URL:
https://github.com/apache/servicecomb-java-chassis/pull/2584#discussion_r714503971
##########
File path:
governance/src/main/java/org/apache/servicecomb/governance/policy/FaultInjectionPolicy.java
##########
@@ -0,0 +1,68 @@
+package org.apache.servicecomb.governance.policy;
+
+import java.time.Duration;
+import java.util.List;
+
+public class FaultInjectionPolicy extends AbstractPolicy {
+ public static final Duration DEFAULT_TIMEOUT_DURATION = Duration.ofMillis(0);
+
+ public static final Duration DEFAULT_LIMIT_REFRESH_PERIOD =
Duration.ofMillis(1000);
Review comment:
unused code
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]