Lokasi ngalangkungan proxy:   [ UP ]  
[Ngawartoskeun bug]   [Panyetelan cookie]                
Skip to content
This repository was archived by the owner on Feb 24, 2026. It is now read-only.

Commit 5669420

Browse files
authored
fix: update comment to be consistent with code (#1292)
1 parent c2c3317 commit 5669420

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • google-cloud-bigquerystorage/src/main/java/com/google/cloud/bigquery/storage/v1beta2

google-cloud-bigquerystorage/src/main/java/com/google/cloud/bigquery/storage/v1beta2/StreamWriterV2.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ public class StreamWriterV2 implements AutoCloseable {
136136

137137
/** The maximum size of one request. Defined by the API. */
138138
public static long getApiMaxRequestBytes() {
139-
return 10L * 1000L * 1000L; // 8 megabytes (https://en.wikipedia.org/wiki/Megabyte)
139+
return 10L * 1000L * 1000L; // 10 megabytes (https://en.wikipedia.org/wiki/Megabyte)
140140
}
141141

142142
private StreamWriterV2(Builder builder) throws IOException {

0 commit comments

Comments
 (0)