mirror of https://github.com/grpc/grpc-node.git
Underscore in numbers is too new for some Node versions
This commit is contained in:
parent
b825055163
commit
8a4a9b3235
|
@ -150,7 +150,7 @@ describe(`${anyGrpc.clientName} client -> ${anyGrpc.serverName} server`, functio
|
|||
response_parameters: [
|
||||
]
|
||||
};
|
||||
for (let i = 0; i < 100_000; i++) {
|
||||
for (let i = 0; i < 100000; i++) {
|
||||
arg.response_parameters.push({size: 0});
|
||||
}
|
||||
var call = client.streamingOutputCall(arg);
|
||||
|
|
Loading…
Reference in New Issue