File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ class Search {
11
11
public const QUERY_INTEGRATION_FORCE_ENABLE_KEY = 'vip-search-enabled ' ;
12
12
public const SEARCH_ALERT_SLACK_CHAT = '#vip-go-es-alerts ' ;
13
13
public const SEARCH_ALERT_LEVEL = 2 ; // Level 2 = 'alert'
14
- public const MAX_RESULT_WINDOW = 9000 ;
14
+ public const MAX_RESULT_WINDOW = 10000 ;
15
15
/**
16
16
* Empty for now. Will flesh out once migration path discussions are underway and/or the same meta are added to the filter across many
17
17
* sites.
Original file line number Diff line number Diff line change @@ -2994,7 +2994,7 @@ public function limit_max_result_window_data() {
2994
2994
],
2995
2995
[
2996
2996
'input ' => 10000 ,
2997
- 'expected ' => 9000 ,
2997
+ 'expected ' => 10000 ,
2998
2998
],
2999
2999
];
3000
3000
}
You can’t perform that action at this time.
0 commit comments