chore: fixes found in review

Signed-off-by: Xe Iaso <me@xeiaso.net>
This commit is contained in:
Xe Iaso
2025-07-04 20:37:32 +00:00
parent 41993466a1
commit 364622d890
3 changed files with 4 additions and 4 deletions

View File

@@ -62,8 +62,7 @@ func (i *impl) cleanupThread(ctx context.Context) {
}
}
// NewDecayMapStore creates a simple in-memory store. This will not scale
// to multiple Anubis instances.
// New creates a simple in-memory store. This will not scale to multiple Anubis instances.
func New(ctx context.Context) store.Interface {
result := &impl{
store: decaymap.New[string, []byte](),