We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c6f29f commit 1a90a6fCopy full SHA for 1a90a6f
models/uploads.moon
@@ -33,7 +33,7 @@ import thumb from require "helpers.images"
33
-- CREATE INDEX uploads_user_id_type_idx ON uploads USING btree (user_id, type);
34
--
35
class Uploads extends Model
36
- @VIDEO_EMBED_LIMIT: 1024*1024*8
+ @VIDEO_EMBED_LIMIT: 1024*1024*12
37
38
@timestamp: true
39
0 commit comments