| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | VFS implementation for local storage service (#396) | Stefan Boberg | 2023-09-20 | 1 | -0/+25 |
| | | | | currently, only Windows (using Projected File System) is supported | ||||
| * | add more trace scopes (#362) | Dan Engelbrecht | 2023-09-15 | 1 | -13/+33 |
| | | | | | | * more trace scopes * Make sure ReplayLogEntries uses the correct size for oplog buffer * changelog | ||||
| * | Increase retry logic (#325) | Dan Engelbrecht | 2023-06-05 | 1 | -13/+19 |
| | | | | | * Increase timeout and number of retries in CacheBucket::PutStandaloneCacheValue when moving temporary file into place * changelog | ||||
| * | fix for commented-out code which was never meant to be checked in | Stefan Boberg | 2023-05-17 | 1 | -6/+6 |
| | | |||||
| * | Restructured structured cache store (#314) | Stefan Boberg | 2023-05-17 | 1 | -0/+2127 |
| This change separates out the disk and memory storage strategies into separate cpp/h files to improve maintainability. | |||||