summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/design/assistant/syncing.mdwn4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/design/assistant/syncing.mdwn b/doc/design/assistant/syncing.mdwn
index 9c607f992..94699aae0 100644
--- a/doc/design/assistant/syncing.mdwn
+++ b/doc/design/assistant/syncing.mdwn
@@ -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