| setnshttpprofile_grpcholdtimeout |
Use this method to set maximum time in milliseconds allowed to buffer gRPC packets till trailer is received. The value should be in multiples of 100 |
Syntax |
Parameters |
name |
Name of the HTTP profile to be modified. This is mandatory parameter. |
grpcholdtimeout |
Maximum time in milliseconds allowed to buffer gRPC packets till trailer is received. The value should be in multiples of 100 Default value = GRPC_DEFAULT_HOLD_TIMEOUT. Minimum value = 0. Maximum value = 180000. |
Return Value |
Returns simpleResult |
See Also |