Skip to content
This repository was archived by the owner on Jan 31, 2023. It is now read-only.

Commit fb2d42c

Browse files
committed
tweak heroku.sh
1 parent 5fe5abf commit fb2d42c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

heroku.sh

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
# configure the bot
44
python3 -m simplebot init "$ADDR" "$PASSWORD"
55
python3 -m simplebot -a "$ADDR" set_name "$BOT_NAME"
6+
python3 -m simplebot -a "$ADDR" db -s "simplebot_instantview/max_size" "15728640" # 15MB
67
python3 -m simplebot -a "$ADDR" db -s "simplebot_downloader/mode" "command"
78
python3 -m simplebot -a "$ADDR" db -s "simplebot_downloader/max_size" "1073741824" # 1GB
89
python3 -m simplebot -a "$ADDR" db -s "simplebot_downloader/delay" $DELAY

0 commit comments

Comments
 (0)