-
Notifications
You must be signed in to change notification settings - Fork 91
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Maybe a bit of a simplification for the incremental cache (#2950)
# Description My attempt to hopefully simplify one function of #2923 slightly. # Changes Mostly tried to condense the code a bit and make timestamp handling easier to understand. I believe the only logical change was that I initialize the timestamp with a non-zero value on the first iteration. However, IIUC since we now use the incremental cache every time when the cache is `Some` this should cancel each other out making the whole thing a bit easier to grasp IMO. ## How to test e2e tests still pass (tests ran fine locally but 1 test fails in CI, will investigate to see if it's the PR or a flaky test in general :/) @squadgazzz could you give this a sanity check that it's actually not breaking any logic?
- Loading branch information
1 parent
2678178
commit 990ce6c
Showing
4 changed files
with
33 additions
and
71 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters