Skip to content

Instantly share code, notes, and snippets.

@kaibosh
Created January 11, 2017 18:06
Show Gist options
  • Save kaibosh/50fc75cd04d840af31a480e6609b34b2 to your computer and use it in GitHub Desktop.
Save kaibosh/50fc75cd04d840af31a480e6609b34b2 to your computer and use it in GitHub Desktop.
CouchPotato tuning for fast CPUs
# CouchPotato Tuning - slow down provider calls when using fast CPUs
# stop CP
vi CouchPotatoServer/couchpotato/core/_base/downloader/main.py
# http_time_between_calls = 3
rm CouchPotatoServer/couchpotato/core/_base/downloader/main.pyc
vi CouchPotatoServer/couchpotato/core/media/_base/providers/nzb/newznab.py
# http_time_between_calls = 3 # Seconds
rm CouchPotatoServer/couchpotato/core/media/_base/providers/nzb/newznab.pyc
vi CouchPotatoServer/couchpotato/core/media/_base/providers/torrent/rarbg.py
# http_time_between_calls = 5 # Seconds
rm CouchPotatoServer/couchpotato/core/media/_base/providers/torrent/rarbg.pyc
# Change the other torrent/usenet providers in use
@ start CP
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment