Commit c71d64c
committed
Set chunk size to 64 KB
Still, this is an arbitrary choice. But as send_long_data() is designed
to send out data to the network immediately, it is probably a good thing
performance-wise to have a little bit bigger chunks (think TCP windows
or offloading). And, on the other hand, 64 KB of memory in PHP should
not hurt that much.1 parent 0cd703f commit c71d64c
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
257 | 257 | | |
258 | 258 | | |
259 | 259 | | |
260 | | - | |
| 260 | + | |
261 | 261 | | |
262 | 262 | | |
263 | 263 | | |
| |||
0 commit comments