You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: hystrix-core/src/main/java/com/netflix/hystrix/HystrixCommand.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -209,7 +209,7 @@ public static Setter withGroupKey(HystrixCommandGroupKey groupKey) {
209
209
* <p>
210
210
* NOTE: Every unique {@link HystrixCommandKey} will result in new instances of {@link HystrixCircuitBreaker}, {@link HystrixCommandMetrics} and {@link HystrixCommandProperties}.
211
211
* Thus,
212
-
* the number of variants should be kept to a finite and reasonable number to avoid high-memory usage or memory leacks.
212
+
* the number of variants should be kept to a finite and reasonable number to avoid high-memory usage or memory leaks.
213
213
* <p>
214
214
* Hundreds of keys is fine, tens of thousands is probably not.
215
215
* @return Setter for fluent interface via method chaining
0 commit comments