Change memory buffer commitment

Signed-off-by: tyrolyean <tyrolyean@tyrolyean.net>
This commit is contained in:
tyrolyean 2020-04-30 23:53:11 +02:00
parent c5a56b373b
commit c91abc59d3
No known key found for this signature in database
GPG Key ID: EDD105663B707C62
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ struct mail_recv_t{
size_t body_offs;
struct pollfd fds[2];
int n;
char buf[1000];
char buf[512000];
};