increase gnl buffer to 1000 for speed

This commit is contained in:
hugogogo
2021-07-25 13:28:05 +02:00
parent 1f234c4e58
commit 3556d06c8e

View File

@@ -14,7 +14,7 @@
# define GET_NEXT_LINE_H # define GET_NEXT_LINE_H
# ifndef BUFFER_SIZE # ifndef BUFFER_SIZE
# define BUFFER_SIZE 1 # define BUFFER_SIZE 1000
# endif # endif
typedef struct s_gnlist typedef struct s_gnlist