瀏覽代碼

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',