getJsonで256kbに制限
This commit is contained in:
@@ -104,6 +104,7 @@ export class HttpRequestService {
|
|||||||
Accept: accept,
|
Accept: accept,
|
||||||
}, headers ?? {}),
|
}, headers ?? {}),
|
||||||
timeout,
|
timeout,
|
||||||
|
size: 1024 * 256,
|
||||||
});
|
});
|
||||||
|
|
||||||
return await res.json();
|
return await res.json();
|
||||||
|
Reference in New Issue
Block a user