@ignatenkobrain commented on this pull request.


>           goto err;
        }
+
+       if (threads == -1)
+           threads = rpmExpandNumeric("%{getncpus}");
+       if (threads > 1)

After all I think

```suggestion
        if (threads > 0)
```

should be used.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/pull/1303#pullrequestreview-446818865
_______________________________________________
Rpm-maint mailing list
Rpm-maint@lists.rpm.org
http://lists.rpm.org/mailman/listinfo/rpm-maint

Reply via email to