Timeout
This setting defines how long (in seconds) an operation is allowed to run before the system automatically considers it as having timed out. If the operation does not finish within the specified time, a timeout error is thrown. The default value is set to 30 seconds.
データ型
int
デフォルト値
30
解説
If the timeout value is set to 0, there is no timeout applied to the operation. This means the operation continues running indefinitely until one of two things happens: either the operation successfully completes, or the operation encounters an error.