Added fetchLimit overrides to EGG
This commit is contained in:
9
www/extern/egg/IConfigSource.php
vendored
Normal file
9
www/extern/egg/IConfigSource.php
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
interface IConfigSource
|
||||
{
|
||||
public function getFetchLimitCommits(): int;
|
||||
public function getFetchLimitBranches(): int;
|
||||
public function getFetchLimitRepos(): int;
|
||||
public function getFetchLimitOrgs(): int;
|
||||
}
|
||||
Reference in New Issue
Block a user