Skip to content

Commit d5f4428

Browse files
committed
make it dynamic
1 parent 4f3a0b3 commit d5f4428

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

server/src/main/java/org/elasticsearch/index/mapper/MapperService.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -179,8 +179,8 @@ public boolean isAutoUpdate() {
179179
"index.mapping.meta.length_limit",
180180
500,
181181
0,
182-
Property.IndexScope,
183-
Property.Final
182+
Property.Dynamic,
183+
Property.IndexScope
184184
);
185185

186186
private final IndexAnalyzers indexAnalyzers;

0 commit comments

Comments
 (0)