[Rpm-maint] [rpm-software-management/rpm] Support threading for zstd compression. (#1303)

Igor Raits notifications at github.com
Tue Jul 21 14:25:05 UTC 2020


@ignatenkobrain commented on this pull request.



> @@ -1072,6 +1072,7 @@ static rpmzstd rpmzstdNew(int fdno, const char *fmode)
     char *t = stdio;
     char *te = t + sizeof(stdio) - 2;
     int c;
+    int threads = -1;

```suggestion
    int threads = 0;
```

to satisfy @ffesti 

-- 
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-452511259
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rpm.org/pipermail/rpm-maint/attachments/20200721/07d3ca06/attachment.html>


More information about the Rpm-maint mailing list