DocDiff application: Text compare

This commit is contained in:
Jakub Melka
2021-09-26 14:46:23 +02:00
parent 9bc29da83c
commit 7f748295c0
3 changed files with 169 additions and 48 deletions

View File

@@ -107,7 +107,7 @@ public:
// into buckets of appropriate size.
if (scope != Scope::Page)
{
const int buckets = 32 * QThread::idealThreadCount();
const int buckets = 8 * QThread::idealThreadCount();
bucketSize = qMax(1, count / buckets);
}