During rules execution, ODM uses different connections pools.
You can see in SystemOut.log:
[8/28/13 15:35:44:066 MSK] 00000049 I Initializes connection pool
By default, pool.maxSize equals 10 in these pools.
How to change them?
You can see in SystemOut.log:
[8/28/13 15:35:44:066 MSK] 00000049 I Initializes connection pool
[8/28/13 15:35:44:067 MSK] 00000049 I Pool properties: {pool.maxSize=10, pool.waitTimeout=-1}
[8/28/13 15:35:44:067 MSK] 00000049 I The wait timeout of the pool is set to -1
By default, pool.maxSize equals 10 in these pools.
How to change them?