Skip to content

Commit ac7e60c

Browse files
committed
commented class removed
1 parent 4ce0ad9 commit ac7e60c

File tree

1 file changed

+0
-10
lines changed
  • envoy-control-core/src/main/kotlin/pl/allegro/tech/servicemesh/envoycontrol/snapshot

1 file changed

+0
-10
lines changed

envoy-control-core/src/main/kotlin/pl/allegro/tech/servicemesh/envoycontrol/snapshot/SnapshotProperties.kt

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -374,15 +374,5 @@ data class RetryPolicyProperties(
374374
)
375375
)
376376

377-
// data class CircuitBreakerProperties(
378-
// var priority: RoutingPriority = RoutingPriority.DEFAULT,
379-
// var maxRequests: Int = 1024,
380-
// var maxPendingRequest: Int = 1024,
381-
// var maxConnections: Int = 1024,
382-
// var maxRetries: Int = 3,
383-
// var maxConnectionsPool: Int? = null,
384-
// var trackRemaining: Boolean = false,
385-
// var retryBudget: RetryBudget = RetryBudget(budgetPercent = 20.0, minRetryConcurrency = 3)
386-
// )
387377
typealias ProviderName = String
388378
typealias TokenField = String

0 commit comments

Comments
 (0)