Skip to content

Commit

Permalink
re-enable QueryContext timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
jbellis committed Nov 22, 2024
1 parent 3a68154 commit cf8d019
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/java/org/apache/cassandra/index/sai/QueryContext.java
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
@NotThreadSafe
public class QueryContext
{
private static final boolean DISABLE_TIMEOUT = true; // Boolean.getBoolean("cassandra.sai.test.disable.timeout");
private static final boolean DISABLE_TIMEOUT = Boolean.getBoolean("cassandra.sai.test.disable.timeout");

protected final long queryStartTimeNanos;

Expand Down

0 comments on commit cf8d019

Please sign in to comment.