Skip to content

Commit c0fdfb5

Browse files
committed
SE: Add a terminology TODO for 2.0
1 parent de472c6 commit c0fdfb5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scylla/src/policies/speculative_execution.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ pub struct Context {
2121

2222
/// The policy that decides if the driver will send speculative queries to the
2323
/// next targets when the current target takes too long to respond.
24+
// TODO(2.0): Consider renaming the methods to get rid of "retry" naming.
2425
pub trait SpeculativeExecutionPolicy: std::fmt::Debug + Send + Sync {
2526
/// The maximum number of speculative executions that will be triggered
2627
/// for a given request (does not include the initial request)

0 commit comments

Comments
 (0)