This commit is contained in:
Joey Hess 2012-07-06 21:17:21 -06:00
parent 8ad844e45c
commit 9bcfbc4048

View file

@ -31,6 +31,10 @@ all the other git clones, at both the git level and the key/value level.
only uploading new files but not downloading, and only downloading only uploading new files but not downloading, and only downloading
files in some directories and not others. See for use cases: files in some directories and not others. See for use cases:
[[forum/Wishlist:_options_for_syncing_meta-data_and_data]] [[forum/Wishlist:_options_for_syncing_meta-data_and_data]]
* Running external commands from one thread blocks all of them until
it completes. Try to switch to haskell's threaded runtime, which I
think fixes this. Failing that, make sure all network accessing
commands are run by separate processes or something.
## data syncing ## data syncing