TheClimateCorporation / mandoline

A distributed, versioned, multi-dimensional array database
Other
105 stars 17 forks source link

Fix concurrency test #9

Closed leon-barrett closed 9 years ago

leon-barrett commented 9 years ago

The concurrency test was using Mandoline's internal threadpool and causing contention for the threads, making the test block. This change fixes that.