Revert back HISTSIZE to 2000; increases memory consumption

This commit is contained in:
Ashish Kumar Yadav 2022-10-05 05:51:33 +05:30
parent 0106a14a5f
commit 7f970528b6
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@
#define ESC_ARG_SIZ 16
#define STR_BUF_SIZ ESC_BUF_SIZ
#define STR_ARG_SIZ ESC_ARG_SIZ
#define HISTSIZE 10000
#define HISTSIZE 2000
#define RESIZEBUFFER (HISTSIZE / 2)
/* macros */