raised history size
authorerickson <erickson@9efc2488-bf62-4759-914b-345cdb29e865>
Fri, 24 Mar 2006 22:36:15 +0000 (22:36 +0000)
committererickson <erickson@9efc2488-bf62-4759-914b-345cdb29e865>
Fri, 24 Mar 2006 22:36:15 +0000 (22:36 +0000)
git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@668 9efc2488-bf62-4759-914b-345cdb29e865

src/srfsh/srfsh.c

index cc646d5..b26f9b3 100644 (file)
@@ -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;