We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd24efc commit 7b02b41Copy full SHA for 7b02b41
rootfs/etc/cont-init.d/03-config.sh
@@ -183,6 +183,9 @@ sed -e "s!@RT_LOG_LEVEL@!$RT_LOG_LEVEL!g" \
183
-e "s!@RT_INC_PORT@!$RT_INC_PORT!g" \
184
-e "s!@XMLRPC_SIZE_LIMIT@!$XMLRPC_SIZE_LIMIT!g" \
185
-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" \
189
/tpls/etc/rtorrent/.rtlocal.rc > /etc/rtorrent/.rtlocal.rc
190
if [ "${RT_LOG_EXECUTE}" = "true" ]; then
191
echo " Enabling rTorrent execute log..."
0 commit comments