commit | 7e057414e227452cf962321c0666cc35a1887247 | [log] [tgz] |
---|---|---|
author | Dave Borowitz <dborowitz@google.com> | Wed Oct 02 16:13:16 2013 -0700 |
committer | Dave Borowitz <dborowitz@google.com> | Thu Oct 03 08:40:14 2013 -0700 |
tree | a39813c3635965939b42b951f662199919917355 | |
parent | d4eee8bc9975a87ff60775bf35792e88cc02b370 [diff] |
Limit threads used in Reindex to DB connection pool size We open one database connection per thread, so it is not possible to run more than database.poolSize threads total if pooling is enabled. Limit the number of threads used by Reindex to this total. Change-Id: Iac711896f845fa17f967ec3a322f253a3cb6fc59