binhex / arch-rtorrentvpn

Docker build script for Arch Linux base with ruTorrent, rTorrent, autodl-irssi, Privoxy and OpenVPN
GNU General Public License v3.0
239 stars 36 forks source link

Flood takes a lot of time adding new torrents #120

Closed XNinety9 closed 5 years ago

XNinety9 commented 5 years ago

Hi. THe more I use flood, the more it takes times to add torrents. Here I have ~100 torrent for a total of ~1Tb, adding any new torrent takes forever (see attached image).

Screenshot 2019-07-21 at 17 39 35

My docker-compose file:

version: "3"
services:
    arch-rtorrentvpn:
        ports:
            #- '9080:9080'      #only needed for rutorrent
            - '9443:9443'      #only needed for rutorrent
            #- '8118:8118'      #only needed for privoxy
            - '3000:3000'
        expose:
            - 3000
        container_name: box
        volumes:
            - "/mnt/SeedboxStorage/seedbox_data:/data"
            - "~/seedbox_config:/config"
            #- '/etc/localtime:/etc/localtime:ro'
        environment:
            - VPN_ENABLED=no
            - VPN_USER=myusername
            - VPN_PASS=mypassword
            - VPN_PROV=pia
            - STRICT_PORT_FORWARD=yes
            - ENABLE_PRIVOXY=no
            - ENABLE_FLOOD=yes
            - ENABLE_AUTODL_IRSSI=yes
            - ENABLE_RPC2=yes
            - ENABLE_RPC2_AUTH=yes
            #- LAN_NETWORK=192.168.1.0/24
            - 'NAME_SERVERS=209.222.18.222,37.235.1.174,1.1.1.1,8.8.8.8,209.222.18.218,37.235.1.177,1.0.0.1,8.8.4.4'
            - DEBUG=false
            - PHP_TZ=UTC
            - UMASK=000
            - PUID=0
            - PGID=0
            - VIRTUAL_HOST=XXXXXXXXXX
            - VIRTUAL_PORT=3000
            - LETSENCRYPT_HOST=XXXXXXXXXXXX
            - LETSENCRYPT_EMAIL=XXXXXXXXXX
        image: binhex/arch-rtorrentvpn:1.1.r38.gd52abd2-1-09
        #image: binhex/arch-rtorrentvpn:latest
        restart: always

networks:
  default:
    external:
      name: mynet

BTW: I don't use latest, is doesn't work here, no idea why.

binhex commented 5 years ago

flood is in my opinion, not really a viable option, i would encourage you to use rutorrent instead, its more stable, and more feature rich than flood.

p.s. flood has been removed from the later builds, maybe why "doesn't work here".