Skip to content

Commit

Permalink
commented class removed
Browse files Browse the repository at this point in the history
  • Loading branch information
Ferdudas97 committed Mar 16, 2022
1 parent 4ce0ad9 commit ac7e60c
Showing 1 changed file with 0 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -374,15 +374,5 @@ data class RetryPolicyProperties(
)
)

// data class CircuitBreakerProperties(
// var priority: RoutingPriority = RoutingPriority.DEFAULT,
// var maxRequests: Int = 1024,
// var maxPendingRequest: Int = 1024,
// var maxConnections: Int = 1024,
// var maxRetries: Int = 3,
// var maxConnectionsPool: Int? = null,
// var trackRemaining: Boolean = false,
// var retryBudget: RetryBudget = RetryBudget(budgetPercent = 20.0, minRetryConcurrency = 3)
// )
typealias ProviderName = String
typealias TokenField = String

0 comments on commit ac7e60c

Please sign in to comment.