PoolDisableAutoScaleOptions.withTimeout(Integer timeout) 方法
定义
Set the maximum time that the server can spend processing the request, in seconds. The default is 30 seconds.
public PoolDisableAutoScaleOptions withTimeout(Integer timeout)
参数
- timeout
- Integer
the timeout value to set
返回
the PoolDisableAutoScaleOptions object itself.