Skip to content

Commit

Permalink
set DEFAULT_BUFFER_SIZE in the other place
Browse files Browse the repository at this point in the history
  • Loading branch information
rmmancom committed Apr 22, 2024
1 parent 33cd532 commit 39710ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Modules/_io/_iomodule.h
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ extern Py_ssize_t _PyIO_find_line_ending(
*/
extern int _PyIO_trap_eintr(void);

#define DEFAULT_BUFFER_SIZE (8 * 1024) /* bytes */
#define DEFAULT_BUFFER_SIZE (128 * 1024) /* bytes */

/*
* Offset type for positioning.
Expand Down

0 comments on commit 39710ed

Please sign in to comment.