Opened 12 years ago

Closed 12 years ago

#4498 closed Bug (worksforme)

No queue torrent parameters in settings.json

Reported by: leandroong Owned by:
Priority: Normal Milestone: None Set
Component: Transmission Version: 2.33+
Severity: Normal Keywords:
Cc:

Description

Looking in settings.json. Where are the ff settings: "download-queue-enabled": true, "download-queue-size": 10, "queue-stalled-minutes": 30, "seed-queue-enabled": false, "seed-queue-size": 10, "queue-stalled-enabled": true,

Change History (6)

comment:1 Changed 12 years ago by jordan

leandroong, they should be added when you 2.40b1 writes a new copy of settings.json to disk on shutdown. I'm seeing them here:

$ grep queue ~/.config/transmission/settings.json 
    "download-queue-enabled": true, 
    "download-queue-size": 6, 
    "queue-stalled-enabled": true, 
    "queue-stalled-minutes": 3, 
    "seed-queue-enabled": false, 
    "seed-queue-size": 5, 

comment:2 Changed 12 years ago by jordan

leandroong: are you still seeing this behavior in 2.40 beta 1?

comment:3 Changed 12 years ago by leandroong

For version 2.40b1. 1.) I dont have any crashes yet since 2 days ago. I did a lot of downloading using the torrent queueing policy set to download 1 file at a time and leave it overnight. So far, all downloads went smooth and perfect. 2.) During idle mode, I left firefox transmission webclient open with no torrent queue to download. Waiting for timeout dialog to appeared. I did see it timeout once after long idle. It would be better if you can totally remove display of timeout box, make it silent mode and have keep-alive to re-run the service if it has stopped automatically and silently. 3.) I also think that parameters regarding torrent queueing policy should show in the preference menu for easier manipulations. 4.) Still waiting for renaming function capability. Wish you would implement it immediately.

I consider this version very good already. I like it.

comment:4 Changed 12 years ago by jordan

leandroong: Thank you for the update, that's very informative -- but I'm confused about the status of the problem you reported at the top of the ticket. Are you still seeing this behavior (that is, the missing queue entries in settings.json) in 2.40 beta 1?

comment:5 Changed 12 years ago by leandroong

It only happens during my initial run after installation. I begain searching settings.json for above parameters without doing any downloads. I added it manually and when I kill and restart daemon, I saw duplicate parameters. Erase duplicates and saved, solved the problem. No more issue regarding this.

comment:6 Changed 12 years ago by jordan

  • Resolution set to worksforme
  • Status changed from new to closed
Note: See TracTickets for help on using tickets.