Skip to content

Commit

Permalink
Release new docs to master
Browse files Browse the repository at this point in the history
  • Loading branch information
Milvus-doc-bot authored and Milvus-doc-bot committed Dec 30, 2024
1 parent e8ca24b commit aaa6ba5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion v2.5.x/site/en/adminGuide/authenticate.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ To enable user authentication for your Milvus server, set common.security.author
common:
...
security:
authorizationEnabled: false
authorizationEnabled: true
...
```

Expand Down
2 changes: 1 addition & 1 deletion v2.5.x/site/en/reference/time_sync.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ The following figure is an example of the `Msgstream` with a timetick inserted.

![timetick](../../../assets/timetick.png "Msgstream with a timetick inserted.")

`MsgStream` processes the messages in batches according to the time tick to ensure that the output messages meet the requirements of timestamp.
`MsgStream` processes the messages in batches according to the time tick to ensure that the output messages meet the requirements of timestamp. In the above example, it will consume all records excepting `InsertMsgs` from `Proxy2` at `Timestamp: 120` as it's after the latest TimeTick.

## What's next
- Learn about the concept of [timestamp](timestamp.md).
Expand Down

0 comments on commit aaa6ba5

Please sign in to comment.