Преглед изворни кода

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 = []