Skip to content

Commit

Permalink
Increase number of transcoding retries for better chances
Browse files Browse the repository at this point in the history
  • Loading branch information
codez committed Apr 15, 2024
1 parent 27f72e5 commit bcb7cd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/services/import/recording/composer.rb
Expand Up @@ -14,7 +14,7 @@ class Composer

include Loggable

MAX_TRANSCODE_RETRIES = 3
MAX_TRANSCODE_RETRIES = 5

attr_reader :mapping, :recordings

Expand Down

0 comments on commit bcb7cd2

Please sign in to comment.