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 9a50fd4 commit c479b1eCopy full SHA for c479b1e
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