We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60a992b commit 194e155Copy full SHA for 194e155
scylla/src/client/execution_profile.rs
@@ -240,7 +240,8 @@ pub struct ExecutionProfileBuilder {
240
}
241
242
impl ExecutionProfileBuilder {
243
- /// Changes client-side timeout.
+ /// Changes client-side timeout for executing statements.
244
+ /// If set to None, the driver will wait indefinitely for a response from the server.
245
/// The default is 30 seconds.
246
///
247
/// # Example
0 commit comments