Skip to content

Commit 1690f99

Browse files
Update reference/api/dump.md
1 parent c6615a5 commit 1690f99

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

reference/api/dump.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,9 @@ Dump imports must be performed when launching a Meilisearch instance [using the
1818

1919
Triggers a dump creation task. Once the process is complete, a dump is created in the [dumps directory](/learn/configuration/instance_options.md#dumps-destination). If the dumps directory does not exist yet, it will be created.
2020

21-
Dump tasks take priority over all other tasks in the queue. This means that a newly created dump task will be processed as soon as the current task is finished. [Learn more about asynchronous operations](/learn/advanced/asynchronous_operations.md).
21+
Dump tasks take priority over all other tasks in the queue. This means that a newly created dump task will be processed as soon as the current task is finished.
22+
23+
[Learn more about asynchronous operations](/learn/advanced/asynchronous_operations.md).
2224

2325
### Example
2426

0 commit comments

Comments
 (0)