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
If we receive a request to /Messages/Size, we're always certain to receive a request to /Messages/List with the same parameters shortly thereafter.
Can we cache the Messages pulled in that /Messages/Size request (with a short lifetime, say 1-5 minutes, maximum) so they're retrieved faster in the subsequent call to /Messages/List afterward? Would reduce round-trip time.
The text was updated successfully, but these errors were encountered:
If we receive a request to /Messages/Size, we're always certain to receive a request to /Messages/List with the same parameters shortly thereafter.
Can we cache the Messages pulled in that /Messages/Size request (with a short lifetime, say 1-5 minutes, maximum) so they're retrieved faster in the subsequent call to /Messages/List afterward? Would reduce round-trip time.
The text was updated successfully, but these errors were encountered: