Setting the maximum number of notification threads
When the master authorization database is updated, this update is announced to replica databases through the use of notification threads. Each replica then has the responsibility of downloading the new data from the master authorization database.
You can
edit the ivmgrd.conf file to set a value for
the maximum number of notification threads. This number is calculated
based on the number of replica databases in your secure domain. For
example, if you have 10 replica databases and want to notify them
of master database changes simultaneously, specify a value of 10 for
the max-notifier-threads stanza entry as shown:
[ivmgrd]
max-notifier-threads = 10The default value is 10 threads.