Skip to content

Commit

Permalink
Update concurrency limits in action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
spasma committed Mar 22, 2024
1 parent 7d34680 commit 53fdaac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -173,11 +173,11 @@ inputs:
openai_concurrency_limit:
required: false
description: 'How many concurrent API calls to make to OpenAI servers?'
default: '6'
default: '12'
github_concurrency_limit:
required: false
description: 'How many concurrent API calls to make to GitHub?'
default: '6'
default: '10'
system_message:
required: false
description: 'System message to be sent to OpenAI'
Expand Down

0 comments on commit 53fdaac

Please sign in to comment.