Skip to content

Commit

Permalink
Default Collapser scope to REQUEST if using Setter
Browse files Browse the repository at this point in the history
  • Loading branch information
benjchristensen committed Nov 29, 2012
1 parent db57aab commit 38d85c5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1009,7 +1009,7 @@ private static String getDefaultNameFromClass(@SuppressWarnings("rawtypes") Clas
@NotThreadSafe
public static class Setter {
private final HystrixCollapserKey collapserKey;
private Scope scope;
private Scope scope = Scope.REQUEST; // default if nothing is set
private HystrixPropertiesStrategy propertiesStrategy;
private HystrixCollapserProperties.Setter propertiesSetter;
private HystrixConcurrencyStrategy concurrencyStrategy;
Expand Down

0 comments on commit 38d85c5

Please sign in to comment.