Change memory buffer commitment
Signed-off-by: tyrolyean <tyrolyean@tyrolyean.net>
This commit is contained in:
parent
c5a56b373b
commit
c91abc59d3
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ struct mail_recv_t{
|
||||||
size_t body_offs;
|
size_t body_offs;
|
||||||
struct pollfd fds[2];
|
struct pollfd fds[2];
|
||||||
int n;
|
int n;
|
||||||
char buf[1000];
|
char buf[512000];
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue