This should not be here, because we will run this in the Python module
which is loaded by some other process. If anything we should only set
this on processes that we control, but currently I have never run into
this becoming a problem.
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
if (*p->distro.slogan)
DEBUG(p->ctx, " slogan = %s\n", p->distro.slogan);
- // Bump RLIMIT_NOFILE to maximum
- r = pakfire_rlimit_set(p->ctx, PAKFIRE_RLIMIT_NOFILE_MAX);
- if (r)
- goto ERROR;
-
// Return the pointer
*pakfire = pakfire_ref(p);