File tree 1 file changed +2
-2
lines changed
server/src/main/java/org/opensearch/index
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -784,15 +784,15 @@ public static IndexMergePolicy fromString(String text) {
784
784
785
785
public static final Setting <TimeValue > INDEX_PUBLISH_CHECKPOINT_INTERVAL_SETTING = Setting .timeSetting (
786
786
"index.publish_checkpoint_interval" ,
787
- TimeValue .timeValueMinutes ( 10 ),
787
+ TimeValue .timeValueSeconds ( 1 ),
788
788
TimeValue .timeValueSeconds (1 ),
789
789
Property .Dynamic ,
790
790
Property .IndexScope
791
791
);
792
792
793
793
public static final Setting <TimeValue > INDEX_LAG_TIME_BEFORE_RESEND_CHECKPOINT_SETTING = Setting .timeSetting (
794
794
"index.lag_time_before_resend_checkpoint" ,
795
- TimeValue .timeValueMinutes ( 10 ),
795
+ TimeValue .timeValueSeconds ( 1 ),
796
796
TimeValue .timeValueSeconds (1 ),
797
797
Property .Dynamic ,
798
798
Property .IndexScope
You can’t perform that action at this time.
0 commit comments