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
After examining the source code, it turns out that when using a non-FilesystemObjectStoreType, minDuration is applied as maxLookBack, which limits gRPC to querying only recent data. However, this restriction does not apply to HTTP requests.
Could you explain the reasoning behind this design, or suggest any methods to allow gRPC to query data from the past six months?
The text was updated successfully, but these errors were encountered:
After examining the source code, it turns out that when using a non-FilesystemObjectStoreType, minDuration is applied as maxLookBack, which limits gRPC to querying only recent data. However, this restriction does not apply to HTTP requests.
Could you explain the reasoning behind this design, or suggest any methods to allow gRPC to query data from the past six months?
The text was updated successfully, but these errors were encountered: