From cc8c43e915b7a6d34db723103d34046f7d6e3cd7 Mon Sep 17 00:00:00 2001 From: erickson Date: Fri, 24 Mar 2006 22:36:15 +0000 Subject: [PATCH] raised history size git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@668 9efc2488-bf62-4759-914b-345cdb29e865 --- src/srfsh/srfsh.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.43.2