Skip to content

Commit ef42d1b

Browse files
committed
little changes in usePCFwildcard equals "true" description
1 parent 137a316 commit ef42d1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ PCFParameters:
112112
# If usePCFWildcards equals "false", then PCF command will be send for each object.
113113
# Each PCF command uses a separate connection, so sending a large number of PCF commands will create a large number of connections to MQ queue manager.
114114
# For example, for 100 monitoring queues will be opened 100 connections to MQ queue manager, if usePCFwildcard equals "false".
115-
# Another example: for usePCFwildcard equals "true", if there are 10.000 queues in the queue manager and just a few queues is need to be monitored,
115+
# On the other hand, for usePCFwildcard equals "true", if there are 10.000 queues in the queue manager and just a few queues is need to be monitored,
116116
# only one PCF command will be sent. But response will contain metrics for all 10.000 queues and that will lead to performance problems.
117117
usePCFWildcards: true
118118
# Interval in seconds between sending PCF commands.

0 commit comments

Comments
 (0)