Commit b7acf92
perf(plugin): bump batch_apply_deadlock_retry_max_count default 1 -> 3
A single retry is enough to absorb a one-shot deadlock, but real deadlock
storms tend to come in short clusters as concurrent batches retry into the
same lock order. Default 3 gives the plugin a small budget to walk through
those clusters without bubbling the error out to the reconciler client.
0 still disables retries; operators can lower or raise it via the plugin
setting.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent edd231e commit b7acf92
1 file changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
53 | | - | |
54 | | - | |
55 | | - | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
| |||
0 commit comments