diff options
| author | Stefan Boberg <[email protected]> | 2026-02-20 09:05:23 +0100 |
|---|---|---|
| committer | GitHub Enterprise <[email protected]> | 2026-02-20 09:05:23 +0100 |
| commit | ee26e5af2ced0987fbdf666dc6bce7c2074e925f (patch) | |
| tree | 7d8e6c614d62a9d31e85d2b508c4b209ebb847bc /src/zenstore/include | |
| parent | 5.7.21 (diff) | |
| download | zen-ee26e5af2ced0987fbdf666dc6bce7c2074e925f.tar.xz zen-ee26e5af2ced0987fbdf666dc6bce7c2074e925f.zip | |
GC - fix handling of attachment ranges, http access token expiration, lock file retry logic (#766)
* GC - fix handling of attachment ranges
* fix trace/log strings
* fix HTTP access token expiration time logic
* added missing lock retry in zenserver startup
Diffstat (limited to 'src/zenstore/include')
| -rw-r--r-- | src/zenstore/include/zenstore/gc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/zenstore/include/zenstore/gc.h b/src/zenstore/include/zenstore/gc.h index 734d2e5a7..794f50d96 100644 --- a/src/zenstore/include/zenstore/gc.h +++ b/src/zenstore/include/zenstore/gc.h @@ -238,7 +238,7 @@ bool FilterReferences(GcCtx& Ctx, std::string_view Context, std::vector<IoHa /** * @brief An interface to implement a lock for Stop The World (from writing new data) * - * This interface is registered/unregistered to GcManager vua AddGcReferenceLocker() and RemoveGcReferenceLockerr() + * This interface is registered/unregistered to GcManager via AddGcReferenceLocker() and RemoveGcReferenceLocker() */ class GcReferenceLocker { |