Alt (aka turtle) speed time not ending

Ask for help and report issues not specific to either the Mac OS X or GTK+ versions of Transmission
Post Reply
intuited
Posts: 10
Joined: Mon Feb 22, 2010 9:41 pm

Alt (aka turtle) speed time not ending

Post by intuited »

I've set the alternate speed to end at 0800, but it's still running after that time.

Code: Select all

$ date
Wed Apr 27 14:31:44 ADT 2011

$ head ~/.config/transmission-daemon/settings.json 
{
    "alt-speed-down": 100, 
    "alt-speed-enabled": true, 
    "alt-speed-time-begin": 1, 
    "alt-speed-time-day": 127, 
    "alt-speed-time-enabled": false, 
    "alt-speed-time-end": 480, 
    "alt-speed-up": 30, 
    "bind-address-ipv4": "0.0.0.0", 
    "bind-address-ipv6": "::", 

$ tre -si
VERSION
  Daemon version: 2.05 (11488)
  RPC version: 9
  RPC minimum version: 1

CONFIG
  Configuration directory: ~/.config/transmission-daemon
  Download directory: ~/Documents/torrents/done/
  Listenport: 52071
  Portforwarding enabled: Yes
  Distributed hash table enabled: No
  Local peer discovery enabled: No
  Peer exchange allowed: No
  Encryption: required

LIMITS
  Peer limit: 400
  Default seed ratio limit: Unlimited
  Upload speed limit: 30 KiB/s  (Enabled limit: 10 KiB/s; Enabled turtle limit: 30 KiB/s)
  Download speed limit: 100 KiB/s  (Enabled limit: 20 KiB/s; Enabled turtle limit: 100 KiB/s)

MISC
  Autostart added torrents: No
  Delete automatically added torrents: No

$ tre --version
Transmission 2.05 (11488)
Is this a bug that's fixed in a newer version?
gunzip
Posts: 272
Joined: Wed May 05, 2010 2:12 am

Re: Alt (aka turtle) speed time not ending

Post by gunzip »

Code: Select all

~/.config/transmission-daemon/settings.json 

"alt-speed-time-enabled": false,
try changing that to true
intuited
Posts: 10
Joined: Mon Feb 22, 2010 9:41 pm

Re: Alt (aka turtle) speed time not ending

Post by intuited »

Ummmrmmm.. yeah, that did it. Actually, I ran `transmission-remote -asc`. Thanks!

Actually that was pretty obvious both in the settings file and in the output of `transmission-remote -h`. I'm not sure how I missed it, except maybe if it was changed from previous versions and I hadn't reread them in detail since upgrading.
Post Reply