abubaca4

Results 13 comments of abubaca4

work with this nginx config ``` location = /transmission/ { return 301 /transmission/web/; } proxy_hide_header X-Frame-Options; location /transmission/ { proxy_http_version 1.1; proxy_set_header Connection ""; proxy_read_timeout 300; proxy_set_header Host $host; proxy_set_header...

Look like this feature implemented in [this](https://github.com/BiglySoftware/BiglyBT/blob/d80c56ee44d44a4ff5a6b5df5a9666a0700986d8/core/src/com/biglybt/core/speedmanager/impl/v1/SpeedManagerAlgorithmProviderV1.java) [files](https://github.com/BiglySoftware/BiglyBT/blob/d80c56ee44d44a4ff5a6b5df5a9666a0700986d8/core/src/com/biglybt/core/speedmanager/impl/SpeedManagerImpl.java) of BiglyBT

I don't know transmission code but I whant to give idea how it shoud work in my mind. Need one more speed limit that adjust to transfer delay. So we...

Also have memory leak 4.0.0 source archive self builded After install start to verify all my ~280 torrents and ram consumption grow by 500mb After end of verify memory not...

> Could you try I tried to reproduce case when oom kill transmission but unsuccessfully. Memory consumption grow only from 120mb to 170mb. I tried to start same three torrents...

> I think that's consistent with the 700 MB you're talking about in that comment. No, usualy Transmission take 120-170mb with blocklist enabled. But one time I get error from...

> @abubaca4 which blocklist from that repo are you using? https://github.com/Naunter/BT_BlockLists/releases/download/v.1/bt_blocklists.gz Don't know about peak but right now(verifying all 284 torrents) and usual use htop show no more than 170mb...

Look like verify all not give nothing new But I give [file](https://vault.abubaca4.ml/#/send/nLShkk6gT9alrNxARmTZIg/C0Jn0I_SuCFSo5TLuHu_xg) because I spent 7 hours to make it Maybe problem was I use -DCMAKE_BUILD_TYPE=Release instead of -DCMAKE_BUILD_TYPE=RelWithDebInfo, but...

I hope this will be solved until 4.0.0 release or users just have to unmark .pad dir on every hybrid torrent. Maybe some not good way but easy, like hide(and...

Example of big .pad dir. This torrent contains a lot of small files. ![Example](https://i.ibb.co/tKBP30V/image.png) 6.16 Gb of normal data and 7.12 Gb pad dir. Unselecting really do nothing. And if...