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
Responses to live channel time range requests are currently rather inefficient, since they send hashes for all posts matching the channel options every time a new post is published. It would be much better to only send a singe hash each time a new post is published.
Responses to live channel time range requests are currently rather inefficient, since they send hashes for all posts matching the channel options every time a new post is published. It would be much better to only send a singe hash each time a new post is published.
The relevant code can be found in the
send_post_hashes()
method, specifically in the match arm forLiveRequest::ChannelTimeRange(req_id, channel_opts)
.The text was updated successfully, but these errors were encountered: