Skip to content

Commit

Permalink
replace magick number 8702 with a nice name
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Ortmann committed Nov 22, 2023
1 parent 322bddb commit 6734a88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -787,7 +787,7 @@ static void mainloop(int toplevel)
{
static int cleanup = 5;
int xx, i, eggbusy = 1;
char buf[8702];
char buf[RECVLINEMAX];

/* Lets move some of this here, reducing the number of actual
* calls to periodic_timers
Expand Down

0 comments on commit 6734a88

Please sign in to comment.