Commit 3de2651
fix: Add cayenne_ prefix to upload_concurrency in deployment guide
The parameter is defined as ParameterSpec::component("upload_concurrency")
with prefix "cayenne", so the user-facing name is cayenne_upload_concurrency.
The deployment guide showed it without the prefix, which would cause the
setting to be silently ignored.
Verified against spiceai/spiceai at trunk —
crates/runtime/src/dataaccelerator/cayenne/mod.rs:767-7691 parent 673acfb commit 3de2651
1 file changed
Lines changed: 1 addition & 1 deletion
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
61 | | - | |
| 61 | + | |
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
| |||
0 commit comments