Skip to content

Commit f059494

Browse files
committed
indicate new changestream created per trigger
1 parent 21c6347 commit f059494

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

source/triggers/database-triggers.txt

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,7 @@ Database triggers use MongoDB :manual:`change streams </changeStreams>`
3535
to watch for real-time changes in a collection. A change stream is a
3636
series of :ref:`database events <database-events>` that each
3737
describe an operation on a document in the collection. Your app opens a
38-
single change stream for each collection with at least one enabled
39-
trigger. If multiple triggers are enabled for a collection they all
40-
share the same change stream.
38+
new change stream for each database trigger created in a collection.
4139

4240
.. important:: Change Stream Limitations
4341

0 commit comments

Comments
 (0)