Module: Callisto::Configuration::Defaults
- Defined in:
- lib/callisto/configuration.rb
Constant Summary collapse
- POOL =
{ :identifier => proc { |task| task.command }, :callback => proc { |task| task.run }, :max_workers => 4 }
- THUMBNAIL =
{ :quality => 90 }
- SHELL =
{}