pldubouilh / gossa

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

the file name cannot be automatically refreshed #41

Closed sunlewuyou closed 4 years ago

sunlewuyou commented 4 years ago

After uploading the file, the file name cannot be automatically refreshed. I need to refresh it manually. I don't know what caused it. And this does not happen every time.

sunlewuyou commented 4 years ago

For newly uploaded files, the file name cannot be refreshed automatically. Does this have anything to do with my use of Nginx? image

pldubouilh commented 4 years ago

what do you mean by refreshed ; it doesn't show up until you manually refresh the page ? or is it an incorrect name that you need to manually amend ?

sunlewuyou commented 4 years ago

it doesn't show up until me manually refresh the page

pldubouilh commented 4 years ago

cool - I'll investigate :+1: (it shouldn't be linked to your nginx setup btw)

sunlewuyou commented 4 years ago

This situation does not happen every time, sometimes 6 files are uploaded at once, and only 5 are automatically refreshed.

sunlewuyou commented 4 years ago

Maybe the reason for nginx

sunlewuyou commented 4 years ago

Thank you very much for your continuous updates !

pldubouilh commented 4 years ago

I implemented a small delay in v0.1.3, between when the upload's finished and the ui's refreshed, so it'd leave some time for the last writes to be performed server side. Closing for now :+1: