Skip to content

Commit

Permalink
fix: provide InMemoryPolicyMonitorStore as default (#3723)
Browse files Browse the repository at this point in the history
  • Loading branch information
ndr-brt authored Dec 19, 2023
1 parent c9bd160 commit 68a04d4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ public String name() {
@Inject
private Clock clock;

@Provider
@Provider(isDefault = true)
public PolicyMonitorStore policyMonitorStore() {
return new InMemoryPolicyMonitorStore(clock);
}
Expand Down

0 comments on commit 68a04d4

Please sign in to comment.