Commit 5709c4c
committed
fix: address review feedback — reduce concurrency limit, fix copyright
- Change default concurrency from max(NumCPU*2, 10) to max(NumCPU, 5)
to avoid contention on remote state optimistic locking and limit
pressure on AI-enabled policies (per migmartri and jiparis feedback)
- Fix copyright year in concurrency_test.go
Signed-off-by: Vibhav Bobade <vibhav.bobde@gmail.com>1 parent 6d2ea3e commit 5709c4c
2 files changed
Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
78 | | - | |
79 | | - | |
80 | | - | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
81 | 81 | | |
82 | 82 | | |
83 | 83 | | |
| |||
0 commit comments