0
0
Fork 0

Increase max bitrate of converted webms, slightly optimized counter queries

(Because postgres can tell that count(*) needs no extra checks, but
counting a specific column requires them)
This commit is contained in:
Eugen Rochko 2017-03-05 23:43:58 +01:00
parent 6382ef2bc6
commit 8d93f0ca56
2 changed files with 6 additions and 6 deletions

View file

@ -64,7 +64,7 @@ class MediaAttachment < ApplicationRecord
output: {
'c:v' => 'libvpx',
'crf' => 4,
'b:v' => '500K',
'b:v' => '1300K',
'vsync' => 'cfr',
},
},