Commit e9a35e9
committed
fix: forward bufsize option in export/3 recursive call
When export/3 is called without :into, it opens a StringIO buffer and
recurses with into: set. The bufsize option was not forwarded, causing
LargeObject.open/3 to silently fall back to the 65_536 default instead
of using the configured value.1 parent 0b92ac4 commit e9a35e9
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
96 | 96 | | |
97 | 97 | | |
98 | 98 | | |
99 | | - | |
| 99 | + | |
100 | 100 | | |
101 | 101 | | |
102 | 102 | | |
| |||
0 commit comments