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 e840334 commit 4fcd4adCopy full SHA for 4fcd4ad
server/src/main/java/org/elasticsearch/search/internal/CancellableBulkScorer.java
@@ -24,7 +24,7 @@ final class CancellableBulkScorer extends BulkScorer {
24
25
// we use the BooleanScorer window size as a base interval in order to make sure that we do not
26
// slow down boolean queries
27
- private static final int INITIAL_INTERVAL = 1 << 11;
+ private static final int INITIAL_INTERVAL = 1 << 12;
28
29
// No point in having intervals that are larger than 1M
30
private static final int MAX_INTERVAL = 1 << 20;
0 commit comments