Skip to content

Commit bd6859b

Browse files
authored
Update controlling_sync.md
1 parent e246d04 commit bd6859b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/integrations/data-ingestion/clickpipes/mysql/controlling_sync.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,15 +36,15 @@ When a transaction is run on the source database, the ClickPipe waits until it r
3636
### Configuring sync settings {#configuring-mysql-sync}
3737
You can set the sync interval and pull batch size when you create a ClickPipe or edit an existing one.
3838
When creating a ClickPipe it will be seen in the second step of the creation wizard, as shown below:
39-
<img src={create_sync_settings} alt="Create sync settings" />
39+
<Image src={create_sync_settings} alt="Create sync settings" size="md"/>
4040

4141
When editing an existing ClickPipe, you can head over to the **Settings** tab of the pipe, pause the pipe and then click on **Configure** here:
42-
<img src={edit_sync_button} alt="Edit sync button" />
42+
<Image src={edit_sync_button} alt="Edit sync button" size="md"/>
4343

4444
This will open a flyout with the sync settings, where you can change the sync interval and pull batch size:
45-
<img src={edit_sync_settings} alt="Edit sync settings" />
45+
<Image src={edit_sync_settings} alt="Edit sync settings" size="md"/>
4646

4747
### Monitoring sync control behaviour {#monitoring-mysql-sync}
4848
You can see how long each batch takes in the **CDC Syncs** table in the **Metrics** tab of the ClickPipe. Note that the duration here includes push time and also if there are no rows incoming, the ClickPipe waits and the wait time is also included in the duration.
4949

50-
<img src={cdc_syncs} alt="CDC Syncs table" />
50+
<Image src={cdc_syncs} alt="CDC Syncs table" size="md"/>

0 commit comments

Comments
 (0)