diff options
author | 2024-11-29 11:51:40 +0000 | |
---|---|---|
committer | 2024-11-29 11:51:40 +0000 | |
commit | 6384cbee72c8cbb3e0019315cf7487913676871c (patch) | |
tree | 3d5cbb6a8b2a1b903d0ed3254e5c9c4722ad814f /docs/deployment.rst | |
parent | a27a62c1ca4f87d126cb5e40cc797aed9aa590db (diff) | |
parent | c6e3f98618c13112dee0b3f18d4ed1ae0f08fcc8 (diff) |
Merge "Update release notes for OSLO"
Diffstat (limited to 'docs/deployment.rst')
-rw-r--r-- | docs/deployment.rst | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/docs/deployment.rst b/docs/deployment.rst index 3f0c1eddc5..9823fa2f8a 100644 --- a/docs/deployment.rst +++ b/docs/deployment.rst @@ -354,5 +354,8 @@ Below are the list of distributed datastructures that we have. +--------------+------------------------------------+-----------------------------------------------------------+ | cps-ncmp | cmNotificationSubscriptionCache | Stores and tracks cm notification subscription requests. | +--------------+------------------------------------+-----------------------------------------------------------+ +| cps-ncmp | moduleSetTagsBeingProcessed | Track module set tags which are processed to prevent | +| | | multiple threads working with same tag. | ++--------------+------------------------------------+-----------------------------------------------------------+ -Total number of caches : 6 +Total number of caches : 7 |