Reduce maximum goroutine count
Running with the data race detector enabled hits a 8192 active goroutine limit. Reduce the maximum number of active goroutines by limiting parallelVisit to 1000 goroutines. Also rewrite cloneModule in terms of parallelVisit. Change-Id: Icdd63648e8e010557b624e12592156490b40adb9
Loading
Please register or sign in to comment