Commit d7085f3
fix(plugins): pool per-plugin DbContext
Switch AddDbContext<T> to AddDbContextPool<T> to amortize DbContext
allocation and connection acquisition across requests.
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>1 parent a13e3c9 commit d7085f3
File tree
1 file changed
+1
-1
lines changed- eFormAPI/Plugins/OuterInnerResource.Pn/OuterInnerResource.Pn
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
149 | 149 | | |
150 | 150 | | |
151 | 151 | | |
152 | | - | |
| 152 | + | |
153 | 153 | | |
154 | 154 | | |
155 | 155 | | |
| |||
0 commit comments