Commit a38547d2 authored by nanahira's avatar nanahira

remove singleton

parent 17d38b0d
Pipeline #17473 passed with stages
in 3 minutes and 29 seconds
...@@ -132,7 +132,7 @@ export class OneTwoThreeService extends MiddlewareService { ...@@ -132,7 +132,7 @@ export class OneTwoThreeService extends MiddlewareService {
identifier: this.identifier, identifier: this.identifier,
maxSize: 50 * 1024 ** 3, maxSize: 50 * 1024 ** 3,
callback: true, callback: true,
singleton: true, // singleton: true,
}); });
} }
......
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