Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

spk/rutorrent: fix startup issues #4234

Merged
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
rutorrent: Configuration API change for load.start
th0ma7 authored and smaarn committed Nov 20, 2020
commit 9bcfc036ea28787bd438e7b4742051e57ab7caed
2 changes: 1 addition & 1 deletion spk/rutorrent/src/.rtorrent.rc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
scgi_port = localhost:8050
directory = @download_dir@
session = /usr/local/rutorrent/var/.session
schedule = watch_directory,5,5,load_start=@watch_dir@/*.torrent
schedule = watch_directory,5,5,load.start=@watch_dir@/*.torrent
max_memory_usage = @max_memory@
log.open_file = "rtorrent.log", "/usr/local/rutorrent/var/rtorrent.log"
log.add_output = "warn", "rtorrent.log"