[Github-comments] [geany] Geany Freezes when unable to safe an edited file to it's FTP dir, no timeout on atempt saving file (#828)

elextr notifications at xxxxx
Fri Dec 18 10:43:52 UTC 2015


Because `use_gio_unsafe_file_saving` can copy data across the network three times, if the FTP is flakey and slow it can take a long time, maybe it wasn't hung, just *VERY* slow.

Yes, `use_atomic_file_saving` is the best for this, if the remote filesystem allows you to rename over an existing file (windows doesn't IIUC).  It won't truncate unless the remote system does something strange.

---
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/828#issuecomment-165744880
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20151218/b30a390a/attachment.html>


More information about the Github-comments mailing list