File tree Expand file tree Collapse file tree 1 file changed +10
-4
lines changed Expand file tree Collapse file tree 1 file changed +10
-4
lines changed Original file line number Diff line number Diff line change @@ -201,8 +201,11 @@ ps.setInt(1,id);]]></source>
201
201
</tr >
202
202
<tr >
203
203
<td ><code >timeout</code ></td >
204
- <td >This sets the number of seconds the driver will wait for the database to return from a
205
- request, before throwing an exception. Default is <code >unset</code > (driver dependent).
204
+ <td >This sets the number of <em >milli</em >seconds the driver will wait for the database
205
+ to return from a request before throwing an exception.
206
+ If the <a href =" configuration.html#settings" ><code >defaultStatementTimeout</code ></a >
207
+ (which is calibrated in seconds) has been set, <code >timeout</code > defaults to 1000
208
+ times that value. Otherwise, the default is <code >unset</code > (driver dependent).
206
209
</td >
207
210
</tr >
208
211
<tr >
@@ -316,8 +319,11 @@ ps.setInt(1,id);]]></source>
316
319
</tr >
317
320
<tr >
318
321
<td ><code >timeout</code ></td >
319
- <td >This sets the maximum number of seconds the driver will wait for the database to return from a
320
- request, before throwing an exception. Default is <code >unset</code > (driver dependent).
322
+ <td >This sets the number of <em >milli</em >seconds the driver will wait for the database
323
+ to return from a request before throwing an exception.
324
+ If the <a href =" configuration.html#settings" ><code >defaultStatementTimeout</code ></a >
325
+ (which is calibrated in seconds) has been set, <code >timeout</code > defaults to 1000
326
+ times that value. Otherwise, the default is <code >unset</code > (driver dependent).
321
327
</td >
322
328
</tr >
323
329
<tr >
You can’t perform that action at this time.
0 commit comments