Commit 5eeb8fe 1 parent 1d991b8 commit 5eeb8fe Copy full SHA for 5eeb8fe
File tree 1 file changed +2
-2
lines changed
src/main/java/org/opensearch/plugin/insights/settings
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -62,9 +62,9 @@ public class QueryInsightsSettings {
62
62
/** Default N size for top N queries */
63
63
public static final int MAX_N_SIZE = 100 ;
64
64
/** Default window size in seconds to keep the top N queries with latency data in query insight store */
65
- public static final TimeValue DEFAULT_WINDOW_SIZE = new TimeValue (1 , TimeUnit .MINUTES );
65
+ public static final TimeValue DEFAULT_WINDOW_SIZE = new TimeValue (5 , TimeUnit .MINUTES );
66
66
/** Default top N size to keep the data in query insight store */
67
- public static final int DEFAULT_TOP_N_SIZE = 3 ;
67
+ public static final int DEFAULT_TOP_N_SIZE = 10 ;
68
68
/**
69
69
* Query Insights base uri
70
70
*/
You can’t perform that action at this time.
0 commit comments