Skip to content
Original file line number Diff line number Diff line change
Expand Up @@ -2025,7 +2025,7 @@ public static void validateStoreTypeSetting(Settings indexSettings) {
}

public static boolean useRefreshBlock(Settings settings) {
return DiscoveryNode.isStateless(settings) && settings.getAsBoolean(USE_INDEX_REFRESH_BLOCK_SETTING_NAME, false);
return DiscoveryNode.isStateless(settings) && settings.getAsBoolean(USE_INDEX_REFRESH_BLOCK_SETTING_NAME, true);
}

static ClusterBlocksTransformer createClusterBlocksTransformerForIndexCreation(Settings settings) {
Expand Down