Hello,
would it be possible to add a debounce to option to the GUI / command line client that when a file is changed, it waits some period of time - say, 5 seconds - before initializing a sync?
Currently, when e.g. a .tex file is compiled, it syncs several times for each of the files created (.pdf, .aux, .log, etc) instead of one push for all of it. A debounce would, I think, solve this issue.
Comments
tex2pdf will spit out all of those files in a fraction of a second, even a 2 second delay should mean they all go at once.