mirror of
https://github.com/rakshasa/rtorrent.git
synced 2026-08-18 08:02:29 +00:00
Forward slash for directories as they could be used elsewhere, e.g. directory.default could be used in watch directories. So as a general rule, we should have forward slash for directories?
+2
-2
@@ -85,8 +85,8 @@ pieces.memory.max.set = 1800M
|
||||
network.xmlrpc.size_limit.set = 2M
|
||||
|
||||
# Basic operational settings (no need to change these)
|
||||
session.path.set = (cat, (cfg.basedir), ".session")
|
||||
directory.default.set = (cat, (cfg.basedir), "download")
|
||||
session.path.set = (cat, (cfg.basedir), ".session/")
|
||||
directory.default.set = (cat, (cfg.basedir), "download/")
|
||||
|
||||
# Watch directories (add more as you like, but use unique schedule names)
|
||||
schedule2 = watch_start, 10, 10, ((load.start, (cat, (cfg.watch), "start/*.torrent")))
|
||||
|
||||
Reference in New Issue
Block a user