Commit 43fc3693 authored by nanahira's avatar nanahira

fix

parent d42be593
Pipeline #25374 passed with stages
in 6 minutes and 38 seconds
......@@ -271,7 +271,7 @@ export class PackagerService extends ConsoleLogger {
let tmpFilename: string;
try {
if (files.length > 5000) {
if (files.length > 2000) {
// minio would skew the stream if it's too slow
// use a tmp file to put the stream
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment