mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2024-11-26 15:03:08 +02:00
getJsonで256kbに制限
This commit is contained in:
parent
225dbec8b9
commit
4b4cfa4270
1 changed files with 1 additions and 0 deletions
|
@ -104,6 +104,7 @@ export class HttpRequestService {
|
|||
Accept: accept,
|
||||
}, headers ?? {}),
|
||||
timeout,
|
||||
size: 1024 * 256,
|
||||
});
|
||||
|
||||
return await res.json();
|
||||
|
|
Loading…
Reference in a new issue