From ba7900e6c91569e9bc6e9b1648648fb02334e342 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/ILS/trunk@3428 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- OpenSRF/src/srfsh/srfsh.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OpenSRF/src/srfsh/srfsh.c b/OpenSRF/src/srfsh/srfsh.c index cc646d534b..b26f9b3269 100644 --- a/OpenSRF/src/srfsh/srfsh.c +++ b/OpenSRF/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