1
0

Added fetchLimit overrides to EGG
All checks were successful
Build Docker and Deploy / Build Docker (push) Successful in 1m37s
Build Docker and Deploy / Deploy to Server (push) Successful in 20s

This commit is contained in:
2025-12-15 12:14:42 +01:00
parent e818013438
commit 824f4c1c62
8 changed files with 63 additions and 23 deletions

View File

@@ -25,6 +25,12 @@ try {
$egg = new MikescherGitGraph($config);
if (isset($_ENV['EGG_FETCHLIMITCOMMITS'])) {
$v = intval($_ENV['EGG_FETCHLIMITCOMMITS']);
$egg->setFetchLimitCommits($v);
echo "[*] EGG_FETCHLIMITCOMMITS override detected: $v\n";}
echo "\n";
echo "================================ Start Update ================================\n";
echo "\n";