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

--truncate-response command line option implemented (#209) #211

Closed
wants to merge 1 commit into from
Closed

--truncate-response command line option implemented (#209) #211

wants to merge 1 commit into from

Conversation

vpoluyaktov
Copy link

The problem: ls command with --recursive flag may return billions of entries and it takes minutes for completion or crashes with "Timeout" error (see Issue #209 for more details).
Resolution: I implemented new command line option --truncate-response that truncates a response of ls command by first 1000 entries.

@fviard
Copy link
Contributor

fviard commented Mar 3, 2018

Obsolete PR. There is now a --limit argument in master for that purpose.

@fviard fviard closed this Mar 3, 2018
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.

None yet

2 participants