We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ef1e96 commit 87a2e08Copy full SHA for 87a2e08
Sources/CodableDatastore/Datastore/Datastore.swift
@@ -460,7 +460,7 @@ extension Datastore {
460
try await warmupIfNeeded()
461
462
return try await persistence._withTransaction(
463
- actionName: nil,
+ actionName: "Check Count",
464
options: [.idempotent, .readOnly]
465
) { transaction, _ in
466
let descriptor = try await transaction.datastoreDescriptor(for: self.key)
0 commit comments