From: erickson Date: Fri, 24 Mar 2006 22:36:15 +0000 (+0000) Subject: raised history size X-Git-Tag: osrf_rel_2_0_1~1205 X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=cc8c43e915b7a6d34db723103d34046f7d6e3cd7;p=OpenSRF.git raised history size git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@668 9efc2488-bf62-4759-914b-345cdb29e865 --- diff --git a/src/srfsh/srfsh.c b/src/srfsh/srfsh.c index cc646d5..b26f9b3 100644 --- a/src/srfsh/srfsh.c +++ b/src/srfsh/srfsh.c @@ -108,7 +108,7 @@ int load_history() { history_file = strdup(fbuf); if(!access(history_file, W_OK | R_OK )) { - history_length = 999; + history_length = 5000; read_history(history_file); } return 1;