Skip to content

Commit 1a90a6f

Browse files
committed
bump video file size limit to 12mb
1 parent 8c6f29f commit 1a90a6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

models/uploads.moon

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ import thumb from require "helpers.images"
3333
-- CREATE INDEX uploads_user_id_type_idx ON uploads USING btree (user_id, type);
3434
--
3535
class Uploads extends Model
36-
@VIDEO_EMBED_LIMIT: 1024*1024*8
36+
@VIDEO_EMBED_LIMIT: 1024*1024*12
3737

3838
@timestamp: true
3939

0 commit comments

Comments
 (0)