aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/shell.c.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/shell.c.in b/src/shell.c.in
index 47b0e2556..4dac4a62d 100644
--- a/src/shell.c.in
+++ b/src/shell.c.in
@@ -7015,7 +7015,7 @@ int SQLITE_CDECL wmain(int argc, wchar_t **wargv){
#endif
rc = process_input(&data, 0);
if( zHistory ){
- shell_stifle_history(100);
+ shell_stifle_history(2000);
shell_write_history(zHistory);
free(zHistory);
}