fix maxParamLength
This commit is contained in:
parent
1f4bd129a8
commit
2aec5a3fe7
1 changed files with 1 additions and 0 deletions
|
|
@ -16,6 +16,7 @@ async function bootstrap() {
|
||||||
new FastifyAdapter({
|
new FastifyAdapter({
|
||||||
ignoreTrailingSlash: true,
|
ignoreTrailingSlash: true,
|
||||||
ignoreDuplicateSlashes: true,
|
ignoreDuplicateSlashes: true,
|
||||||
|
maxParamLength: 500,
|
||||||
}),
|
}),
|
||||||
{
|
{
|
||||||
logger: new InternalLogFilter(),
|
logger: new InternalLogFilter(),
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue