pldubouilh / gossa

🎶 a fast and simple multimedia fileserver
MIT License
883 stars 72 forks source link

Uploading a lot of small files in folders skipped a lot of them. #49

Open FunDeckHermit opened 4 years ago

FunDeckHermit commented 4 years ago

I have a folder consisting of e-books, about 4GB of them in 20000 files.

When uploading the folder it's done in about 10seconds, which is odd. I think it's indexing too slow, so when all files up to that point that have been indexed are uploaded it just stops the upload process.

I have included a Google Chrome trace/profile.

pldubouilh commented 4 years ago

thanks for the heads up, I guess a few things can go wrong in this scenario, I'll investigate :+1:

FunDeckHermit commented 4 years ago

About 200 files were actually transmitted by the way.

pldubouilh commented 1 year ago

still investigating the issue - 2b734b8 might move towards a fix but it still skips some files. Interestingly enough, the issue is present on chrome but not on firefox.