Skip to content

Commit ce1e8d4

Browse files
committed
revert
1 parent 54be5d8 commit ce1e8d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/ylt/standalone/cinatra/coro_http_connection.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -986,7 +986,7 @@ class coro_http_connection
986986
bool checkout_timeout_ = false;
987987
std::atomic<std::chrono::system_clock::time_point> last_rwtime_ =
988988
std::chrono::system_clock::now();
989-
uint64_t max_part_size_ = 8 * 1024;
989+
uint64_t max_part_size_ = 8 * 1024 * 1024;
990990
std::string resp_str_;
991991

992992
#ifdef CINATRA_ENABLE_GZIP

0 commit comments

Comments
 (0)