We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b509e46 commit 63392f8Copy full SHA for 63392f8
1 file changed
google-cloud-firestore/src/main/java/com/google/cloud/firestore/Firestore.java
@@ -182,7 +182,8 @@ void getAll(
182
183
/**
184
* 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.
+ * Gradually ramps up writes as specified by the 500/50/5 rule unless otherwise configured by a
186
+ * BulkWriterOptions object.
187
*
188
* @see <a href=https://cloud.google.com/datastore/docs/best-practices#ramping_up_traffic>Ramping
189
* up traffic</a>
0 commit comments