Files
gerrit/java/com/google
Patrick Hiesel 6e95a59c1e Remove parallelizing code from ChangeJson
Given the complexity and the number of potentially non-thread safe
dependencies of ChangeJson, it would be a lot of work to parallelize
calls and make reasonable guarantees about thread safety.

Therefore, this commit removed the parallelization code from ChangeJson.

This was never run in production.

Change-Id: Ibc99ae5d7a6dd423c55e96020522bf40379bf656
2018-10-11 10:04:00 +02:00
..