@@ -1512,6 +1512,7 @@ var (
15121512 "retry_after_jitter_max" : float64 (1 ),
15131513 "strategy" : string ("local" ),
15141514 "sync_rate" : float64 (- 1 ),
1515+ "throttling" : nil ,
15151516 "window_size" : []any {float64 (60 )},
15161517 "window_type" : string ("sliding" ),
15171518 },
@@ -1563,6 +1564,7 @@ var (
15631564 "retry_after_jitter_max" : float64 (1 ),
15641565 "strategy" : string ("local" ),
15651566 "sync_rate" : float64 (- 1 ),
1567+ "throttling" : nil ,
15661568 "window_size" : []any {float64 (60 )},
15671569 "window_type" : string ("sliding" ),
15681570 },
@@ -1611,6 +1613,7 @@ var (
16111613 "retry_after_jitter_max" : float64 (1 ),
16121614 "strategy" : string ("local" ),
16131615 "sync_rate" : float64 (- 1 ),
1616+ "throttling" : nil ,
16141617 "window_size" : []any {float64 (60 )},
16151618 "window_type" : string ("sliding" ),
16161619 },
@@ -9016,6 +9019,7 @@ func Test_Sync_Partials_Tagging_Konnect(t *testing.T) {
90169019 "retry_after_jitter_max" : float64 (0 ),
90179020 "strategy" : string ("local" ),
90189021 "sync_rate" : float64 (- 1 ),
9022+ "throttling" : nil ,
90199023 "window_size" : []any {float64 (60 )},
90209024 "window_type" : string ("fixed" ),
90219025 },
@@ -9054,6 +9058,7 @@ func Test_Sync_Partials_Tagging_Konnect(t *testing.T) {
90549058 "retry_after_jitter_max" : float64 (0 ),
90559059 "strategy" : string ("redis" ),
90569060 "sync_rate" : float64 (2 ),
9061+ "throttling" : nil ,
90579062 "window_size" : []any {float64 (30 )},
90589063 "window_type" : string ("sliding" ),
90599064 },
0 commit comments