Skip to content

Commit

Permalink
Update src/server.h
Browse files Browse the repository at this point in the history
Co-authored-by: Madelyn Olson <[email protected]>
Signed-off-by: ranshid <[email protected]>
  • Loading branch information
ranshid and madolson authored Jul 24, 2024
1 parent 0ba889b commit b98b1bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server.h
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ struct hdr_histogram;
/* When child process is performing write to fdset it iterates on the set
* writing a chunk of the available data to send on each fd.
* This constant defines the maximal size of the chunk to use. */
#define RIO_WRITE_MAX_CHUNK_SIZE 16384
#define RIO_CONNSET_WRITE_MAX_CHUNK_SIZE 16384

/* Instantaneous metrics tracking. */
#define STATS_METRIC_SAMPLES 16 /* Number of samples per metric. */
Expand Down

0 comments on commit b98b1bb

Please sign in to comment.