@@ -860,6 +860,16 @@ function correctContent()
860860 "throttle.max_uploads.global" : { name : "throttle.max_uploads.global._val" , prm : 1 } ,
861861 "throttle.max_downloads.div" : { name : "throttle.max_downloads.div._val" , prm : 1 } ,
862862 "throttle.max_downloads.global" : { name : "throttle.max_downloads.global._val" , prm : 1 } ,
863+ "ratio.enable" : { name : "group.seeding.ratio.enable" , prm : 1 } ,
864+ "ratio.disable" : { name : "group.seeding.ratio.disable" , prm : 1 } ,
865+ "ratio.min" : { name : "group2.seeding.ratio.min" , prm : 1 } ,
866+ "ratio.max" : { name : "group2.seeding.ratio.max" , prm : 1 } ,
867+ "ratio.upload" : { name : "group2.seeding.ratio.upload" , prm : 1 } ,
868+ "ratio.min.set" : { name : "group2.seeding.ratio.min.set" , prm : 1 } ,
869+ "ratio.max.set" : { name : "group2.seeding.ratio.max.set" , prm : 1 } ,
870+ "ratio.upload.set" : { name : "group2.seeding.ratio.upload.set" , prm : 1 } ,
871+ "connection_leech" : { name : "protocol.connection.leech.set" , prm : 1 } ,
872+ "connection_seed" : { name : "protocol.connection.seed.set" , prm : 1 } ,
863873 } ) ;
864874 }
865875 if ( theWebUI . systemInfo . rTorrent . iVersion < 0x907 ) {
0 commit comments