Skip to content
Adam Fraser edited this page Jan 20, 2015 · 4 revisions

Non-continuous case

  • Request comes in with a since value
  • Gets the set of channels associated with the user making the request. For each channel, calls the channel cache to get an ordered list of sequences since since. Channel cache will run a view query if needed.
  • Works the ordered channel lists to serve revisions in sequence, and avoid duplicates.
Clone this wiki locally