File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
google-cloud-storage/src/test/java/com/google/cloud/storage Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ public class BlobWriteChannelTest {
5959 private static final BlobInfo BLOB_INFO = BlobInfo .newBuilder (BUCKET_NAME , BLOB_NAME ).build ();
6060 private static final Map <StorageRpc .Option , ?> EMPTY_RPC_OPTIONS = ImmutableMap .of ();
6161 private static final int MIN_CHUNK_SIZE = 256 * 1024 ;
62- private static final int DEFAULT_CHUNK_SIZE = 8 * MIN_CHUNK_SIZE ;
62+ private static final int DEFAULT_CHUNK_SIZE = 60 * MIN_CHUNK_SIZE ; // 15MiB
6363 private static final int CUSTOM_CHUNK_SIZE = 4 * MIN_CHUNK_SIZE ;
6464 private static final Random RANDOM = new Random ();
6565 private static final String SIGNED_URL =
Original file line number Diff line number Diff line change 6363 <project .reporting.outputEncoding>UTF-8</project .reporting.outputEncoding>
6464 <github .global.server>github</github .global.server>
6565 <site .installationModule>google-cloud-storage-parent</site .installationModule>
66- <google .core.version>1.91.3 </google .core.version>
66+ <google .core.version>1.92.5 </google .core.version>
6767 <google .api-common.version>1.8.1</google .api-common.version>
6868 <junit .version>4.13</junit .version>
6969 <threeten .version>1.4.1</threeten .version>
103103 <dependency >
104104 <groupId >io.grpc</groupId >
105105 <artifactId >grpc-bom</artifactId >
106- <version >1.27.0 </version >
106+ <version >1.27.1 </version >
107107 <type >pom</type >
108108 <scope >import</scope >
109109 </dependency >
You can’t perform that action at this time.
0 commit comments