Skip to content

Commit 3319481

Browse files
authored
Merge pull request #935 from update-host
Update host
2 parents 9086302 + d27de60 commit 3319481

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "misskey",
3-
"version": "2024.5.0-host.8",
3+
"version": "2024.5.0-host.8a",
44
"codename": "nasubi",
55
"repository": {
66
"type": "git",

packages/backend/src/server/ServerService.ts

+2-1
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,9 @@ export class ServerService implements OnApplicationShutdown {
7878
@bindThis
7979
public async launch(): Promise<void> {
8080
const fastify = Fastify({
81-
trustProxy: true,
8281
logger: false,
82+
maxParamLength: 1024,
83+
trustProxy: true,
8384
});
8485
this.#fastify = fastify;
8586

packages/misskey-js/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"type": "module",
33
"name": "misskey-js",
4-
"version": "2024.5.0-host.8",
4+
"version": "2024.5.0-host.8a",
55
"description": "Misskey SDK for JavaScript",
66
"types": "./built/dts/index.d.ts",
77
"exports": {

0 commit comments

Comments
 (0)