Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[SQLLINE-177] Make use of LineReader.HISTORY_SIZE and LineReader.HIST… #178

Closed
wants to merge 1 commit into from

Conversation

snuyanzin
Copy link
Collaborator

@snuyanzin snuyanzin commented Oct 25, 2018

The PR allows to limit the number of history rows in history file and in memory by usage of jline linereader's variables org.jline.reader.LineReader#HISTORY_SIZE and org.jline.reader.LineReader#HISTORY_FILE_SIZE

fixes #177

…ORY_FILE_SIZE to limit number of history records in memory and in history file.
@julianhyde
Copy link
Owner

Merged as 6815905. Fixes #177.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Options to limit history file sizes and number of history rows in memory
2 participants