Skip to content

Commit 0a0f9f7

Browse files
Merge pull request #552 from helius-labs/nick/ls-compress
Update LaserStream docs: no gRPC compression
2 parents 34b5260 + 09f016e commit 0a0f9f7

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

api-reference/laserstream/grpc/llms.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ await subscribe(config, subscriptionRequest, handleData, handleError);
5454
| Professional | $999 | Devnet, Mainnet | 10M | 100 |
5555

5656
## Credits
57-
- 3 credits per 0.1 MB of streamed data (uncompressed)
57+
- 3 credits per 0.1 MB of streamed data
5858

5959
## Endpoints
6060

laserstream/grpc.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ You can connect either directly with `@yellowstone-grpc` or use the performance-
2424
**Performance Notice**: If you experience any lag or performance issues with your LaserStream connection, please refer to the [Troubleshooting section](#troubleshooting-%2F-faq) for common causes and solutions.
2525
</Warning>
2626

27-
<Warning>
28-
**Compression**: We highly discourage using gZip compression and recommend using **zstd** instead. gZip has incredibly slow compression and decompression speeds that will bottleneck your stream processing. zstd provides similar compression ratios while offering significantly faster compression and decompression bandwidth. **gZip support will be deprecated in the future.**
29-
</Warning>
27+
<Note>
28+
**No Compression**: To minimize latency, LaserStream does not compress gRPC response messages. Setting `Accept-Encoding` with gzip or zstd will have no effect — responses are always returned uncompressed.
29+
</Note>
3030

3131
<Divider />
3232

0 commit comments

Comments
 (0)