Skip to content

Commit

Permalink
Update src/lib/support/DefaultStorageKeyAllocator.h
Browse files Browse the repository at this point in the history
Co-authored-by: Boris Zbarsky <[email protected]>
  • Loading branch information
lpbeliveau-silabs and bzbarsky-apple committed May 29, 2023
1 parent 5b32a0a commit 1543380
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/support/DefaultStorageKeyAllocator.h
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ class DefaultStorageKeyAllocator
}
static StorageKeyName SubscriptionResumptionMaxCount() { return StorageKeyName::Formatted("g/sum"); }

// Scene Count in an Endpoint's SceneTable
// Number of scenes stored in a given endpoint's scene table, across all fabrics.
static StorageKeyName EndpointSceneCountKey(EndpointId endpoint) { return StorageKeyName::Formatted("g/scc/e/%x", endpoint); }

// General data of all scenes ID belonging to a Fabric on a specific endpoint
Expand Down

0 comments on commit 1543380

Please sign in to comment.