Skip to content

Commit fd3b577

Browse files
authored
Update controlling_sync.md
1 parent 0f82787 commit fd3b577

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
@@ -42,18 +42,18 @@ When a transaction is run on the source database, the ClickPipe waits until it r
4242
You can set the sync interval and pull batch size when you create a ClickPipe or edit an existing one.
4343
When creating a ClickPipe it will be seen in the second step of the creation wizard, as shown below:
4444

45-
<Image src={create_sync_settings} alt="Create sync settings" size="md"/>
45+
<Image img={create_sync_settings} alt="Create sync settings" size="md"/>
4646

4747
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:
4848

49-
<Image src={edit_sync_button} alt="Edit sync button" size="md"/>
49+
<Image img={edit_sync_button} alt="Edit sync button" size="md"/>
5050

5151
This will open a flyout with the sync settings, where you can change the sync interval and pull batch size:
5252

53-
<Image src={edit_sync_settings} alt="Edit sync settings" size="md"/>
53+
<Image img={edit_sync_settings} alt="Edit sync settings" size="md"/>
5454

5555
### Monitoring sync control behaviour {#monitoring-mysql-sync}
5656

5757
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.
5858

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

0 commit comments

Comments
 (0)