Raised limit search.
This commit is contained in:
parent
c729be8920
commit
10b7e3639f
@ -99,7 +99,7 @@ class GiteaRepoManager:
|
|||||||
Returns:
|
Returns:
|
||||||
List[Dict[str, Any]]: List of repository data dictionaries.
|
List[Dict[str, Any]]: List of repository data dictionaries.
|
||||||
"""
|
"""
|
||||||
url = f"{self.api_url}/repos/search"
|
url = f"{self.api_url}/repos/search?limit=500"
|
||||||
try:
|
try:
|
||||||
response = requests.get(url, headers=self.headers)
|
response = requests.get(url, headers=self.headers)
|
||||||
if response.status_code == 200:
|
if response.status_code == 200:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user