1
0

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

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

View File

@@ -14,6 +14,11 @@ class MikescherGitGraph implements IWebsiteModule
$this->extgitgraph = new ExtendedGitGraph2($egh_conf);
}
public function setFetchLimitCommits(int $flo)
{
$this->extgitgraph->fetchLimitCommits = $flo;
}
public function getPathRenderedData(): string
{
return __DIR__ . '/../../dynamic/egg/cache_fullrenderer.html';