Skip to content

Commit aaa6ba5

Browse files
Milvus-doc-botMilvus-doc-bot
Milvus-doc-bot
authored and
Milvus-doc-bot
committed
Release new docs to master
1 parent e8ca24b commit aaa6ba5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

v2.5.x/site/en/adminGuide/authenticate.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ To enable user authentication for your Milvus server, set common.security.author
3333
common:
3434
...
3535
security:
36-
authorizationEnabled: false
36+
authorizationEnabled: true
3737
...
3838
```
3939

v2.5.x/site/en/reference/time_sync.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ The following figure is an example of the `Msgstream` with a timetick inserted.
103103

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

106-
`MsgStream` processes the messages in batches according to the time tick to ensure that the output messages meet the requirements of timestamp.
106+
`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.
107107

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

0 commit comments

Comments
 (0)