Skip to content

Commit

Permalink
COS_MAX_QUERY_ARG_LEN to 2048 (#47)
Browse files Browse the repository at this point in the history
Co-authored-by: gavinhgchen <[email protected]>
  • Loading branch information
chen-honggang and gavinhgchen authored Oct 25, 2022
1 parent 449063f commit 010b266
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cos_c_sdk/cos_sys_define.h
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ typedef apr_array_header_t cos_array_header_t;
#define COS_MD5_STRING_LEN 32
#define COS_MAX_URI_LEN 2048
#define COS_MAX_HEADER_LEN 8192
#define COS_MAX_QUERY_ARG_LEN 1024
#define COS_MAX_QUERY_ARG_LEN 2048
#define COS_MAX_GMT_TIME_LEN 128

#define COS_MAX_XML_NODE_VALUE_LEN 1024
Expand Down

0 comments on commit 010b266

Please sign in to comment.