Skip to content

Commit

Permalink
[#25793] CDC: Reduce pub refresh interval to 15 minutes
Browse files Browse the repository at this point in the history
Summary:
This diff reduces the the default value of the flag
`cdcsdk_publication_list_refresh_interval_secs` to 15 minutes from the current default value of 1 hr.
Jira: DB-15085

Test Plan: Jenkins: test regex:.*CDC.*

Reviewers: skumar, siddharth.shah

Reviewed By: siddharth.shah

Subscribers: ycdcxcluster

Differential Revision: https://phorge.dev.yugabyte.com/D41538
  • Loading branch information
Sumukh-Phalgaonkar committed Jan 29, 2025
1 parent 6448b6d commit 891b46b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/yb/cdc/cdcsdk_virtual_wal.cc
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ DEFINE_RUNTIME_uint32(cdcsdk_max_consistent_records, 500,
"cdc_vwal_use_byte_threshold_for_consistent_changes flag is set to false.");

DEFINE_RUNTIME_uint64(
cdcsdk_publication_list_refresh_interval_secs, 3600 /* 1 hour */,
cdcsdk_publication_list_refresh_interval_secs, 900 /* 15 mins */,
"Interval in seconds at which the table list in the publication will be refreshed");

DEFINE_RUNTIME_uint64(
Expand Down

0 comments on commit 891b46b

Please sign in to comment.