thecahnartist
thecahnartist
TtRPC
Created by thecahnartist on 1/3/2025 in #❓-help
Turn off batching for some queries?
Hiya, I have a use case where I want to set headers on specific queries (specifically cache-control private for authenticated data that's requested frequently by the client across page reloads) but because of batching, I'd need to make sure requests to these queries are never batched so the headers only refer to the one query at a time. Are there any tricks for this? Or any better approaches for my use case?
4 replies