Skip to content

Commit a393a3f

Browse files
committed
fcc.sh: set Default to 20000
1 parent 082b58a commit a393a3f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

fcc.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ function show_help {
1818
echo -e ${CPH}"+-----------------+\n"${NC}
1919
echo -e "Usage: $0 (for Shopware 5) [options [parameter]]\n"
2020
echo -e "Options:"
21-
echo -e "-bw|--rsync-bwlimit [KB/s], Set rsync Bandwith Limit in KBytes per second. See rsync Manuel. Default: 50000"
21+
echo -e "-bw|--rsync-bwlimit [KB/s], Set rsync Bandwith Limit in KBytes per second. See rsync Manuel. Default: 20000"
2222
echo -e "-h |--help, Print what you see"
2323
exit 0
2424
}
@@ -95,7 +95,7 @@ php ../../bin/console sw:generate:attributes > /dev/null ; x_re
9595

9696

9797
if [[ -z "${rsync_bw_value}" ]]; then
98-
rsync_bw="--bwlimit=50000"
98+
rsync_bw="--bwlimit=20000"
9999
else
100100
rsync_bw="--bwlimit=${rsync_bw_value}"
101101
fi

0 commit comments

Comments
 (0)