Skip to content

Commit 7b02b41

Browse files
authored
Update .rtlocal.rc file for changes
fixes #336
1 parent fd24efc commit 7b02b41

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

rootfs/etc/cont-init.d/03-config.sh

+3
Original file line numberDiff line numberDiff line change
@@ -183,6 +183,9 @@ sed -e "s!@RT_LOG_LEVEL@!$RT_LOG_LEVEL!g" \
183183
-e "s!@RT_INC_PORT@!$RT_INC_PORT!g" \
184184
-e "s!@XMLRPC_SIZE_LIMIT@!$XMLRPC_SIZE_LIMIT!g" \
185185
-e "s!@RT_SESSION_SAVE_SECONDS@!$RT_SESSION_SAVE_SECONDS!g" \
186+
-e "s!@RT_TRACKER_DELAY_SCRAPE@!$RT_TRACKER_DELAY_SCRAPE!g" \
187+
-e "s!@RT_SEND_BUFFER_SIZE@!$RT_SEND_BUFFER_SIZE!g" \
188+
-e "s!@RT_RECEIVE_BUFFER_SIZE@!$RT_RECEIVE_BUFFER_SIZE!g" \
186189
/tpls/etc/rtorrent/.rtlocal.rc > /etc/rtorrent/.rtlocal.rc
187190
if [ "${RT_LOG_EXECUTE}" = "true" ]; then
188191
echo " Enabling rTorrent execute log..."

0 commit comments

Comments
 (0)