瀏覽代碼

storage-node allow 10GB uploads

Mokhtar Naamani 3 年之前
父節點
當前提交
250ea4849e
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      storage-node/packages/storage/filter.js

+ 1 - 1
storage-node/packages/storage/filter.js

@@ -20,7 +20,7 @@
 
 const debug = require('debug')('joystream:storage:filter')
 
-const DEFAULT_MAX_FILE_SIZE = 2000 * 1024 * 1024
+const DEFAULT_MAX_FILE_SIZE = 10000 * 1024 * 1024
 const DEFAULT_ACCEPT_TYPES = ['video/*', 'audio/*', 'image/*']
 const DEFAULT_REJECT_TYPES = []