Skip to content

Commit

Permalink
doc: correct consistency reference in doc string
Browse files Browse the repository at this point in the history
  • Loading branch information
ewanharris committed Jul 16, 2024
1 parent da3b049 commit f4b4ab8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openfga/v1/openfga_service.proto
Original file line number Diff line number Diff line change
Expand Up @@ -780,7 +780,7 @@ service OpenFGAService {
enum ConsistencyPreference {
// Default if not set. Behavior will be the same as MINIMIZE_LATENCY
UNSPECIFIED = 0;
// Minimize latency at the potential expense of higher consistency.
// Minimize latency at the potential expense of lower consistency.
MINIMIZE_LATENCY = 100;
// Prefer higher consistency, at the potential expense of increased latency.
HIGHER_CONSISTENCY = 200;
Expand Down

0 comments on commit f4b4ab8

Please sign in to comment.