docs:
This commit is contained in:
parent
8466c347be
commit
8b848873e4
@ -813,7 +813,11 @@ public class ServiceManager implements RecordListener<Service> {
|
||||
|
||||
@Override
|
||||
public void run() {
|
||||
|
||||
// Parallel flow opening threshold
|
||||
|
||||
int parallelSize = 100;
|
||||
|
||||
serviceMap.forEach((namespace, stringServiceMap) -> {
|
||||
Stream<Map.Entry<String, Service>> stream = null;
|
||||
if (stringServiceMap.size() > parallelSize) {
|
||||
|
Loading…
Reference in New Issue
Block a user