Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
yirutang committed Nov 13, 2023
1 parent 416b8b2 commit a29d863
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -259,7 +259,7 @@ public static Boolean isDefaultStreamName(String streamName) {
}

/** The maximum size of one request. Defined by the API. */
public long getApiMaxRequestBytes() {
public static long getApiMaxRequestBytes() {
return 20L * 1000L * 1000L; // 20 megabytes (https://en.wikipedia.org/wiki/Megabyte)
}

Expand Down

0 comments on commit a29d863

Please sign in to comment.