Skip to content

Commit 87a2e08

Browse files
Added action name when checking datastore count
1 parent 5ef1e96 commit 87a2e08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/CodableDatastore/Datastore/Datastore.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -460,7 +460,7 @@ extension Datastore {
460460
try await warmupIfNeeded()
461461

462462
return try await persistence._withTransaction(
463-
actionName: nil,
463+
actionName: "Check Count",
464464
options: [.idempotent, .readOnly]
465465
) { transaction, _ in
466466
let descriptor = try await transaction.datastoreDescriptor(for: self.key)

0 commit comments

Comments
 (0)