Skip to content

Commit d9cf252

Browse files
ivanauthclaude
andcommitted
style: fix formatting in performance guide
Wrap long lines in Callout components to satisfy Prettier formatting rules. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent a2ad747 commit d9cf252

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

app/spicedb/ops/performance/page.mdx

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,10 @@ import { Callout } from "nextra/components";
44

55
<Callout type="info">
66
SpiceDB's server-side configuration defaults favor correctness over raw speed.
7-
API requests, however, default to `minimize_latency` consistency for read operations, favoring cache utilization over strict freshness.
8-
The flags documented on this page allow you to further tune SpiceDB for your specific workload.
7+
API requests, however, default to `minimize_latency` consistency for read
8+
operations, favoring cache utilization over strict freshness. The flags
9+
documented on this page allow you to further tune SpiceDB for your specific
10+
workload.
911
</Callout>
1012

1113
## By enabling cross-node communication
@@ -77,8 +79,9 @@ spicedb serve \
7779
```
7880

7981
<Callout type="info">
80-
Larger chunk sizes reduce dispatch overhead but increase memory usage per request.
81-
Start with the default (100) and increase if you observe high dispatch latency with large lookup operations.
82+
Larger chunk sizes reduce dispatch overhead but increase memory usage per
83+
request. Start with the default (100) and increase if you observe high
84+
dispatch latency with large lookup operations.
8285
</Callout>
8386

8487
## By enabling Materialize

0 commit comments

Comments
 (0)