We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16f4e2e commit 46fd420Copy full SHA for 46fd420
components/server/src/authorization/spicedb.ts
@@ -112,7 +112,7 @@ export class SpiceDBClientProvider {
112
}
113
this.clientOptions = clientOptions;
114
// `createClient` will use the `DefaultClientOptions` to create client if the value on Feature Flag is not able to create a client
115
- // but we will still write `previousClientOptionsString` here to avoid retry with that incorrect value again
+ // but we will still write `previousClientOptionsString` here to prevent retry loops.
116
this.previousClientOptionsString = customClientOptions;
117
} catch (e) {
118
log.error("[spicedb] Failed to parse custom client options", e);
0 commit comments