Skip to content

Commit

Permalink
reduce the base fee of spamooor jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
bharath-123 committed Jun 16, 2024
1 parent ede795c commit 7d3c3ee
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions charts/spamooor-cronjobs/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- "--count"
- "15000"
- "--basefee"
- "150"
- "100"
- "--tipfee"
- "10"
- "--timeout"
Expand Down Expand Up @@ -68,7 +68,7 @@ jobs:
- "--max-pending"
- "1000"
- "--basefee"
- "150"
- "100"
- "--tipfee"
- "10"
- "--count"
Expand Down Expand Up @@ -110,7 +110,7 @@ jobs:
- "--max-pending"
- "5"
- "--basefee"
- "150"
- "100"
- "--tipfee"
- "10"
- "--count"
Expand Down Expand Up @@ -154,7 +154,7 @@ jobs:
- "--max-pending"
- "1000"
- "--basefee"
- "150"
- "100"
- "--tipfee"
- "10"
- "--count"
Expand Down

0 comments on commit 7d3c3ee

Please sign in to comment.