remove bandwidth_limit from docker file
This commit is contained in:
parent
60194cbafd
commit
663bf6e3af
1 changed files with 0 additions and 1 deletions
|
@ -40,7 +40,6 @@ ENV TCP_PORT=$tcp_port
|
|||
ENV HOST=$host
|
||||
ENV DAEMON_URL=$daemon_url
|
||||
ENV DB_DIRECTORY=$db_dir
|
||||
ENV BANDWIDTH_LIMIT=1000000000000000000000000000000000000000000
|
||||
ENV MAX_SESSIONS=1000000000
|
||||
ENV MAX_SEND=1000000000000000000
|
||||
ENV EVENT_LOOP_POLICY=uvloop
|
||||
|
|
Loading…
Reference in a new issue