Skip to content

Commit e067c6b

Browse files
committed
add IT test
Signed-off-by: guojialiang <[email protected]>
1 parent 3e146dc commit e067c6b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -784,15 +784,15 @@ public static IndexMergePolicy fromString(String text) {
784784

785785
public static final Setting<TimeValue> INDEX_PUBLISH_CHECKPOINT_INTERVAL_SETTING = Setting.timeSetting(
786786
"index.publish_checkpoint_interval",
787-
TimeValue.timeValueMinutes(10),
787+
TimeValue.timeValueSeconds(1),
788788
TimeValue.timeValueSeconds(1),
789789
Property.Dynamic,
790790
Property.IndexScope
791791
);
792792

793793
public static final Setting<TimeValue> INDEX_LAG_TIME_BEFORE_RESEND_CHECKPOINT_SETTING = Setting.timeSetting(
794794
"index.lag_time_before_resend_checkpoint",
795-
TimeValue.timeValueMinutes(10),
795+
TimeValue.timeValueSeconds(1),
796796
TimeValue.timeValueSeconds(1),
797797
Property.Dynamic,
798798
Property.IndexScope

0 commit comments

Comments
 (0)