Commit a0d9fac5 authored by nanahira's avatar nanahira

fix

parent bcce6d1e
Pipeline #38998 canceled with stages
in 3 minutes and 6 seconds
......@@ -118,7 +118,7 @@ export class AppController {
busboy = new Busboy({
headers: req.headers,
limits: {
fileSize: 0xffffffff,
fileSize: 0xfffffffff,
},
});
} catch (e) {
......
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