You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Regularly update scrape information for all torrents (even stopped ones), it won't affect the operation of rtorrent, but nice to have these values updated.
115
+
# This info is only updated when rtorrent starts or a torrent is added by default.
116
+
# Try to balance calls to not fire them up at the same time (since multiscraping isn't implemented in libtorrent). Check for update every 5 minutes and distinguish between 2 groups:
117
+
# - transferring (uploading and/or downloading) torrents: update in every 10 minutes
118
+
# - non-transferring torrents: update in every 12 hours
119
+
# helper method: sets current time in a custom field (tm_last_scrape) and saves session
# check for update every 5 minutes (300 sec) and update scrape info for transferring torrents in every 10 minutes (600-20=580 sec) and for non-transferring ones in every 12 hours (43200-20=43180 sec)
0 commit comments