File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
server/src/main/java/org/elasticsearch/index Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -268,7 +268,7 @@ public final class IndexSettings {
268268 TimeValue .MINUS_ONE ,
269269 Property .NodeScope
270270 ); // TODO: remove setting
271- public static TimeValue STATELESS_DEFAULT_REFRESH_INTERVAL = TimeValue .timeValueSeconds (5 ); // TODO: settle on right value
271+ public static TimeValue STATELESS_DEFAULT_REFRESH_INTERVAL = TimeValue .timeValueSeconds (10 ); // TODO: settle on right value
272272 public static final Setting <TimeValue > INDEX_REFRESH_INTERVAL_SETTING = Setting .timeSetting ("index.refresh_interval" , (settings ) -> {
273273 if (EXISTING_SHARDS_ALLOCATOR_SETTING .get (settings ).equals ("stateless" ) && INDEX_FAST_REFRESH_SETTING .get (settings ) == false ) {
274274 return STATELESS_DEFAULT_REFRESH_INTERVAL ;
You can’t perform that action at this time.
0 commit comments