Skip to content

Commit 194e155

Browse files
committed
exec_profile: enhance request_timeout docstring
1 parent 60a992b commit 194e155

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

scylla/src/client/execution_profile.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,8 @@ pub struct ExecutionProfileBuilder {
240240
}
241241

242242
impl ExecutionProfileBuilder {
243-
/// Changes client-side timeout.
243+
/// Changes client-side timeout for executing statements.
244+
/// If set to None, the driver will wait indefinitely for a response from the server.
244245
/// The default is 30 seconds.
245246
///
246247
/// # Example

0 commit comments

Comments
 (0)