Under the hood
Useful1 Signal0
Listing your past transcripts now skips some extra bookkeeping, which may make it a bit lighter.
What's wrong with this entry?
Anonymous. No account, no email.
What
Both transcript scope-listing loops now pass a flag to listEntries requesting that scope statistics be skipped.
Details
- the calls pass
{ skipScopeStats: !0, ... }instead of only a cursor - the flag appears at exactly these two call sites in the bundle, so the consumer is not visible and what the backend does with it could not be confirmed
Evidence
skipScopeStats
Strings lifted out of the shipped bundle, so the claim above can be checked against them.