Patch by Emil to make autoexposure of thumbs and preview image agree

This commit is contained in:
ffsup2
2010-11-26 22:45:40 +01:00
parent 25dd0f003a
commit 7e1e46aee5
2 changed files with 6 additions and 6 deletions

View File

@@ -65,9 +65,9 @@ public:
Impl()
{
int threadCount=1;
int threadCount=2;
#ifdef _OPENMP
threadCount=omp_get_num_procs();
threadCount=int(omp_get_num_procs()*1.5);
#endif
threadPool_=new Glib::ThreadPool(threadCount,0);