That sounds pretty much like a hack. So if two imports happen at the same time they have to wait for each other?
> On Feb 12, 2017, at 4:01 PM, Shawn Heisey <apa...@elyograg.org> wrote: > >> On 2/12/2017 10:30 AM, Minh wrote: >> Hi everyone, >> How can i run multithreads of DIH in a cluster for a collection? > > The DIH handler is single-threaded. It used to have a config option for > multiple threads, but it was removed since it didn't actually work. > > If you create multiple DIH handlers and start an import on them all at > the same time, then you'll have multiple threads. > > Thanks, > Shawn >