You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: gcloud-java-storage/src/main/java/com/google/cloud/storage/spi/DefaultStorageRpc.java
+21-7Lines changed: 21 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -95,11 +95,15 @@ public DefaultStorageRpc(StorageOptions options) {
95
95
96
96
privateclassDefaultRpcBatchimplementsRpcBatch {
97
97
98
-
privatestaticfinalintMAX_BATCH_DELETES = 100;
98
+
// Batch size is limited as, due to some current service implementation details, the service
99
+
// performs better if the batches are split for better distribution. See
100
+
// https://github.com/GoogleCloudPlatform/gcloud-java/pull/952#issuecomment-213466772 for
0 commit comments