This repository has been archived by the owner on Apr 26, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
make /context lazyload & filter aware #3567
Merged
Merged
Commits on Jun 3, 2018
-
untested attempt at deduplicating lazy-loaded members
as per the proposal; we can deduplicate redundant lazy-loaded members which are sent in the same sync sequence. we do this heuristically rather than requiring the client to somehow tell us which members it has chosen to cache, by instead caching the last N members sent to a client, and not sending them again. For now we hardcode N to 100. Each cache for a given (user,device) tuple is in turn cached for up to X minutes (to avoid the caches building up). For now we hardcode X to 30.
Configuration menu - View commit details
-
Copy full SHA for 7b7fd27 - Browse repository at this point
Copy the full SHA 7b7fd27View commit details
Commits on Jun 10, 2018
-
Configuration menu - View commit details
-
Copy full SHA for c341d81 - Browse repository at this point
Copy the full SHA c341d81View commit details -
Configuration menu - View commit details
-
Copy full SHA for f7bd5da - Browse repository at this point
Copy the full SHA f7bd5daView commit details
Commits on Jul 19, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 589e5aa - Browse repository at this point
Copy the full SHA 589e5aaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8e66dd1 - Browse repository at this point
Copy the full SHA 8e66dd1View commit details -
Configuration menu - View commit details
-
Copy full SHA for a08b37b - Browse repository at this point
Copy the full SHA a08b37bView commit details
Commits on Jul 20, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 7362e6c - Browse repository at this point
Copy the full SHA 7362e6cView commit details -
Configuration menu - View commit details
-
Copy full SHA for a17f0b6 - Browse repository at this point
Copy the full SHA a17f0b6View commit details
Commits on Jul 23, 2018
-
Configuration menu - View commit details
-
Copy full SHA for f9c3c26 - Browse repository at this point
Copy the full SHA f9c3c26View commit details -
Configuration menu - View commit details
-
Copy full SHA for c2870ab - Browse repository at this point
Copy the full SHA c2870abView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7d99b0e - Browse repository at this point
Copy the full SHA 7d99b0eView commit details -
Configuration menu - View commit details
-
Copy full SHA for cd27a77 - Browse repository at this point
Copy the full SHA cd27a77View commit details
Commits on Jul 24, 2018
-
Configuration menu - View commit details
-
Copy full SHA for d32e5f8 - Browse repository at this point
Copy the full SHA d32e5f8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 238f750 - Browse repository at this point
Copy the full SHA 238f750View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2a79e1a - Browse repository at this point
Copy the full SHA 2a79e1aView commit details
Commits on Jul 26, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 5885eea - Browse repository at this point
Copy the full SHA 5885eeaView commit details -
Configuration menu - View commit details
-
Copy full SHA for ebcae48 - Browse repository at this point
Copy the full SHA ebcae48View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9d27ad9 - Browse repository at this point
Copy the full SHA 9d27ad9View commit details
Commits on Jul 27, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 886cc0f - Browse repository at this point
Copy the full SHA 886cc0fView commit details -
Configuration menu - View commit details
-
Copy full SHA for e2638f6 - Browse repository at this point
Copy the full SHA e2638f6View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.