Skip to content

Commit 63392f8

Browse files
author
Brian Chen
committed
update comment
1 parent b509e46 commit 63392f8

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

  • google-cloud-firestore/src/main/java/com/google/cloud/firestore

google-cloud-firestore/src/main/java/com/google/cloud/firestore/Firestore.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,8 @@ void getAll(
182182

183183
/**
184184
* Creates a {@link BulkWriter} instance, used for performing multiple writes in parallel.
185-
* Gradually ramps up writes as specified by the 500/50/5 rule.
185+
* Gradually ramps up writes as specified by the 500/50/5 rule unless otherwise configured by a
186+
* BulkWriterOptions object.
186187
*
187188
* @see <a href=https://cloud.google.com/datastore/docs/best-practices#ramping_up_traffic>Ramping
188189
* up traffic</a>

0 commit comments

Comments
 (0)