You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The LogfireQueryClient documentation indicates that the maximum allowed value for limit is 10,000, but it returns 500 even when limit is set for a value greater than 500:
I think we shouldn't remove the query param for legacy-ish reasons since it is already part of the API and allows you to change the value without needing to edit SQL, but we could change the default value to the max allowed (10_000).
Description
The LogfireQueryClient documentation indicates that the maximum allowed value for
limit
is 10,000, but it returns 500 even whenlimit
is set for a value greater than 500:Python, Logfire & OS Versions, related packages (not required)
The text was updated successfully, but these errors were encountered: