Skip to content
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.

Commit

Permalink
Modified Circuit Breaker threshold from 60%->50% (#92)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmazanec15 authored Apr 14, 2020
1 parent 4b4cc31 commit 997de53
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ public class KNNSettings {
*/
put(KNN_MEMORY_CIRCUIT_BREAKER_ENABLED, Setting.boolSetting(KNN_MEMORY_CIRCUIT_BREAKER_ENABLED,true,
NodeScope, Dynamic));
put(KNN_MEMORY_CIRCUIT_BREAKER_LIMIT, knnMemoryCircuitBreakerSetting(KNN_MEMORY_CIRCUIT_BREAKER_LIMIT, "60%",
put(KNN_MEMORY_CIRCUIT_BREAKER_LIMIT, knnMemoryCircuitBreakerSetting(KNN_MEMORY_CIRCUIT_BREAKER_LIMIT, "50%",
NodeScope, Dynamic));

/**
Expand Down

0 comments on commit 997de53

Please sign in to comment.