Commit 7eea4203 authored by nanahira's avatar nanahira

fix

parent 3f2bb34b
Pipeline #17465 canceled with stages
in 3 minutes and 18 seconds
......@@ -35,7 +35,7 @@ export interface UploadResult {
@Injectable()
export class MirrorService extends ConsoleLogger {
private middlewares = new Map<string, Middleware>();
private maximumMirroredSize = 0xffffffff;
private maximumMirroredSize = 0x7fffffff;
constructor(
@InjectConnection('app')
private db: Connection,
......
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