Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Ahmed Qadri authored and Ahmed Qadri committed Feb 9, 2025
1 parent e72b427 commit a7fb660
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ const GuardedReleaseGenerator = ({ flagKey, title }) => {
if(flagKey === "togglebankDBGuardedRelease"){
errorMetric = "recent-trades-db-errors";
latencyMetric = "recent-trades-db-latency";
latency = isEnabled ? randomLatency(100, 130) : randomLatency(120, 140);
latency = isEnabled ? randomLatency(30, 45) : randomLatency(34, 43);
errorRate = isEnabled ? 15 : 15;
}

Expand Down

0 comments on commit a7fb660

Please sign in to comment.