diff options
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 |