commit | 776cc548ef0d1c76f10207dc9ce9ca78272ce7cc | [log] [tgz] |
---|---|---|
author | Shawn O. Pearce <sop@google.com> | Wed May 27 21:15:32 2009 -0700 |
committer | Shawn O. Pearce <sop@google.com> | Wed May 27 21:15:32 2009 -0700 |
tree | a88bbd2bfe3fa1285f5a72462530ea58f9920887 | |
parent | 910249bc7c6ce0ad1955f626b370fe5c4b83d0f0 [diff] |
Allow replication.config to drive the thread pool larger We should (ideally) have a worker thread for each destination we will replicate too. This permits the thread pool to spawn each PushOp around on the threads, so the pushes get run in parallel and don't wind up going sequentially. Signed-off-by: Shawn O. Pearce <sop@google.com>