Skip to content

Is there some limit to how many items can be sorted in a directory? #2069

Answered by joelim-work
Andrew15-5 asked this question in Q&A
Discussion options

You must be logged in to vote

Sorting is done in this function:

lf/nav.go

Line 224 in b0c3f8d

func (dir *dir) sort() {

There shouldn't be any limit to the number of files. I'm not sure why sorting (done by set sortby ...) doesn't work for you - you can try debugging to see if that function is actually being called or not.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@Andrew15-5
Comment options

Answer selected by Andrew15-5
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants