Commit b71dcfc
authored
fix: align DefaultBatchSize fallback with actual default (50) (#1048)
Two packages defined DefaultBatchSize with different values: resource/resource.go
had 10 while aws/resources/adapter.go had 50. All AWS resources reference the
adapter's 50, making the resource package's 10 a confusing inconsistency.
Align the fallback to 50 so any resource that forgets to set BatchSize gets
the same reasonable default.1 parent 7d8c9c7 commit b71dcfc
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| |||
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
52 | | - | |
| 52 | + | |
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
| |||
0 commit comments