The node can find difficulties when receiving store queries with too big time ranges, e.g. 1 month
We need to limit the time range allowed by store queries.
Details
Status app nowadays can ask for 1month data when looking for community description or user profile data. When that happens, the store response time can easily be >1 minute.
With the aim to always bring the fastest response, we will limit the maximum time range to 24 hours.
Background
The node can find difficulties when receiving store queries with too big time ranges, e.g. 1 month We need to limit the time range allowed by store queries.
Details
Status app nowadays can ask for 1month data when looking for community description or user profile data. When that happens, the store response time can easily be >1 minute.
With the aim to always bring the fastest response, we will limit the maximum time range to 24 hours.