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

Commit 3993846

Browse files
committed
Enabled 99 chunk files, up from 99.
1 parent 44b4af8 commit 3993846

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

commands/database

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -295,6 +295,7 @@ function database_chunk() {
295295
--line-bytes="${CHUNK_SIZE}" \
296296
--numeric-suffixes="1" \
297297
--additional-suffix=".sql.chunk" \
298+
--suffix-length=3 \
298299
"${backup_file}" \
299300
"${sql_filename}/${sql_basename}-"
300301
if [ $? -ne 0 ]; then

0 commit comments

Comments
 (0)