~jamesh/thumbnailer/bug-1467751

« back to all changes in this revision

Viewing changes to src/service/dbusinterface.h

  • Committer: Tarmac
  • Author(s): Michi Henning
  • Date: 2015-06-19 09:31:40 UTC
  • mfrom: (203.2.4 extraction-concurrency)
  • Revision ID: tarmac-20150619093140-gnmmzac9wv8b5icy
Set default extraction concurrency to number of cores.

Approved by PS Jenkins bot, James Henstridge.

Show diffs side-by-side

added added

removed removed

Lines of Context:
74
74
    std::map<std::string, std::vector<Handler*>> request_keys_;
75
75
    unity::thumbnailer::internal::Settings settings_;
76
76
    RateLimiter download_limiter_;
77
 
    RateLimiter extraction_limiter_;
 
77
    std::unique_ptr<RateLimiter> extraction_limiter_;
78
78
};
79
79
 
80
80
}  // namespace service