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?

01100001
2017-05-05 10:22:41 +05:30
parent 1bcb68a49e
commit 798e9ca8b8
+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")))