소스 검색

Use `blob` `responseType` for log downloads to prevent memory issues

Signed-off-by: Mihaela Balutoiu <mbalutoiu@cloudbasesolutions.com>
Mihaela Balutoiu 3 달 전
부모
커밋
64f302c6db
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      src/stores/LogStore.ts

+ 1 - 0
src/stores/LogStore.ts

@@ -96,6 +96,7 @@ class LogStore {
         name: log.log_name,
         content: await apiCaller.send({
           url: generateUrlForLog(log.log_name, startDate, endDate),
+          responseType: "blob",
         }),
       })),
     );