Closed l-n-s closed 6 years ago
When user adds torrent with ./xd-cli add http://meme.i2p/file.torrent it takes a long of time to fetch it and allocate space. All this time the terminal is blocked. Can XD just print information that request is received and do the job in background?
./xd-cli add http://meme.i2p/file.torrent
this should be fixed by now
When user adds torrent with
./xd-cli add http://meme.i2p/file.torrent
it takes a long of time to fetch it and allocate space. All this time the terminal is blocked. Can XD just print information that request is received and do the job in background?