Skip to content

Commit

Permalink
Using default configuration, thumbanail resizing should not be selected.
Browse files Browse the repository at this point in the history
  • Loading branch information
Martyn Loughran committed Oct 6, 2008
1 parent 62619a2 commit 5f6341e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/panda_init.rb.example
Expand Up @@ -32,7 +32,7 @@ Panda::Config.use do |p|
p[:thumbnail_height_constrain] = 125
# Number of thumbnails you can choose from after uploading video.
# If you do not set this value, thumbnail selection will be ignored.
p[:choose_thumbnail] = 6
# p[:choose_thumbnail] = 6

p[:notification_retries] = 6 # How many times should a failed notification be retried?
p[:notification_frequency] = 2 # How many
Expand Down

0 comments on commit 5f6341e

Please sign in to comment.