test file_size with send to different shard
[cloudstore.git] / torrent / rtorrent.rc
index bc567f0..9287af3 100644 (file)
@@ -1,7 +1,11 @@
+# rember to run rtorrent under /srv/cloudstore/send/ directory!
+
 # This is an example resource file for rTorrent. Copy to
 # ~/.rtorrent.rc and enable/modify the options as needed. Remember to
 # uncomment the options you wish to enable.
 
+scgi_local=/tmp/rtorrent.socket
+
 # Maximum and minimum number of peers to connect to per torrent.
 #min_peers = 40
 #max_peers = 100
 #download_rate = 0
 #upload_rate = 0
 
+# FIXME: TESTING
+download_rate = 15
+upload_rate = 15
+
 # Default directory to save the downloaded torrents.
-#directory = ./
+directory = ./
 
 # Default session directory. Make sure you don't run multiple instance
 # of rtorrent using the same session directory. Perhaps using a
@@ -27,8 +35,9 @@
 
 # Watch a directory for new torrents, and stop those that have been
 # deleted.
-#schedule = watch_directory,5,5,load_start=./watch/*.torrent
-#schedule = untied_directory,5,5,stop_untied=
+schedule = watch_directory,5,5,load_start=./watch/*.torrent
+schedule = tied_directory,5,5,start_tied=
+schedule = untied_directory,5,5,close_untied=
 
 # Close torrents when diskspace is low.
 #schedule = low_diskspace,5,60,close_low_diskspace=100M
@@ -47,6 +56,7 @@
 # bound to.
 #bind = 127.0.0.1
 #bind = rakshasa.no
+bind=10.60.0.240
 
 # Port range to use for listening.
 #port_range = 6890-6999
@@ -87,7 +97,7 @@
 
 # Enable peer exchange (for torrents not marked private)
 #
-peer_exchange = yes
+peer_exchange = yes
 
 #
 # Do not modify the following parameters unless you know what you're doing.