Skip to content

Commit

Permalink
Remove PEERDB_MAX_SYNCS_PER_CDC_FLOW (#2273)
Browse files Browse the repository at this point in the history
Already unused in rest of code
  • Loading branch information
serprex authored Nov 20, 2024
1 parent b5e2063 commit 324afd0
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions flow/peerdbenv/dynamicconf.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,6 @@ import (
)

var DynamicSettings = [...]*protos.DynamicSetting{
{
Name: "PEERDB_MAX_SYNCS_PER_CDC_FLOW",
Description: "Experimental setting: changes number of syncs per workflow, affects frequency of replication slot disconnects",
DefaultValue: "32",
ValueType: protos.DynconfValueType_UINT,
ApplyMode: protos.DynconfApplyMode_APPLY_MODE_IMMEDIATE,
TargetForSetting: protos.DynconfTarget_ALL,
},
{
Name: "PEERDB_CDC_CHANNEL_BUFFER_SIZE",
Description: "Advanced setting: changes buffer size of channel PeerDB uses while streaming rows read to destination in CDC",
Expand Down

0 comments on commit 324afd0

Please sign in to comment.