feat: added control for multiple cores

This commit is contained in:
2026-04-27 00:53:54 +02:00
parent 0cd1e933f8
commit 54a3c90079
3 changed files with 12 additions and 0 deletions
+4
View File
@@ -18,3 +18,7 @@ AUR_MAINTAINER_EMAIL=your@email.com
# How often to poll the AUR for updates, in seconds (default: 3600 = 1 hour)
POLL_INTERVAL_SECONDS=3600
# Number of CPU cores to use for compilation (default: all available cores)
# Reduce this if you want to leave headroom for other processes on the server
# NPROC=4