diff options
author | Joey Hess <joey@kitenet.net> | 2012-08-08 18:06:22 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2012-08-08 18:07:44 -0400 |
commit | 521636a60a29ce5138bd21d4e26980ac0129b33e (patch) | |
tree | ec66cf816fa4ee9240fe16cf7eb078560ffb0d18 /doc/design | |
parent | 7f36f6686ad312b11c267469420a38361bd1a1c3 (diff) |
blog for the day
Diffstat (limited to 'doc/design')
-rw-r--r-- | doc/design/assistant/blog/day_56__transfer_control,mdwn | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/design/assistant/blog/day_56__transfer_control,mdwn b/doc/design/assistant/blog/day_56__transfer_control,mdwn new file mode 100644 index 000000000..1ce926897 --- /dev/null +++ b/doc/design/assistant/blog/day_56__transfer_control,mdwn @@ -0,0 +1,8 @@ +A bit under the weather, but got into building buttons to control running +and queued transfers today. The html and javascript side is done, with +each transfer now having a cancel button, as well as a pause/start button. + +Canceling queued transfers works. Canceling running transfers will +need some more work, because killing a thread doesn't kill the processes +being run by that thread. So I'll have to make the assistant run separate +git-annex processes for transfers, that can be individually sent signals. |