Skip to content

Commit 0c3f978

Browse files
committed
updatE
1 parent 32c7abf commit 0c3f978

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/src/main/java/org/elasticsearch/index/IndexSettings.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ public final class IndexSettings {
211211

212212
public static final Setting<Integer> MAX_SOURCE_SIZE_BYTES_SETTING = Setting.intSetting(
213213
"index.max_source_size_bytes",
214-
500000,
214+
10000000,
215215
1,
216216
Property.Dynamic,
217217
Property.IndexScope

0 commit comments

Comments
 (0)