Skip to content

Commit e1f5de2

Browse files
committed
default setting false
1 parent 9147f3b commit e1f5de2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/src/main/java/org/elasticsearch/indices/IndexingMemoryController.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ public class IndexingMemoryController implements IndexingOperationListener, Clos
9494
*/
9595
public static final Setting<Boolean> PAUSE_INDEXING_ON_THROTTLE = Setting.boolSetting(
9696
"indices.pause.on.throttle",
97-
true,
97+
false,
9898
Property.NodeScope
9999
);
100100

0 commit comments

Comments
 (0)