소스 검색

adjust comment

itizawa 5 년 전
부모
커밋
21aede123b
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/server/service/file-uploader/gcs.js

+ 1 - 1
src/server/service/file-uploader/gcs.js

@@ -68,7 +68,7 @@ module.exports = function(crowi) {
     const filePath = getFilePathOnStorage(attachment);
     const file = myBucket.file(filePath);
 
-    // issue signed url for 30 seconds
+    // issue signed url for 120 seconds
     // https://cloud.google.com/storage/docs/access-control/signed-urls
     const signedUrl = await file.getSignedUrl({
       action: 'read',