mirror of
https://github.com/qodo-ai/pr-agent.git
synced 2025-12-13 11:25:18 +00:00
+ settings.github.ratelimit_retries setup in configuration.toml
This commit is contained in:
parent
3b334805ee
commit
f6036e936e
1 changed files with 1 additions and 0 deletions
|
|
@ -27,6 +27,7 @@ num_code_suggestions=4
|
||||||
[github]
|
[github]
|
||||||
# The type of deployment to create. Valid values are 'app' or 'user'.
|
# The type of deployment to create. Valid values are 'app' or 'user'.
|
||||||
deployment_type = "user"
|
deployment_type = "user"
|
||||||
|
ratelimit_retries = 5
|
||||||
|
|
||||||
[gitlab]
|
[gitlab]
|
||||||
# URL to the gitlab service
|
# URL to the gitlab service
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue