Skip to content

Commit

Permalink
Merge pull request #4338 from systeminit/pinga_concurrency
Browse files Browse the repository at this point in the history
chore: make pinga concurrency configurable
  • Loading branch information
sprutton1 authored Aug 14, 2024
2 parents c0baecf + e8244cc commit 94025df
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions component/init/configs/service.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ pkgs_path = "/tmp"
create_workspace_permissions = "$SI_WORKSPACE_PERMISSIONS"
create_workspace_allowlist = [ "$SI_WORKSPACE_ALLOW_LIST" ]

concurrency_limit = $SI_PINGA_CONCURRENCY_LIMIT

[crypto]
encryption_key_base64 = "$SI_ENCRYPTION_KEY_BASE64"
decryption_key_base64 = "$SI_DECRYPTION_KEY_BASE64"
Expand Down

0 comments on commit 94025df

Please sign in to comment.