todo
This commit is contained in:
parent
8ad844e45c
commit
9bcfbc4048
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
files in some directories and not others. See for use cases:
|
||||
[[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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue