ID:1478197
 
Resolved
The chunk size for file transfers has been increased.
Applies to:Dream Daemon
Status: Resolved (504.1227)

This issue has been resolved.
The chunk size for file transfers has been increased.
Lummox JR resolved issue with message:
The chunk size for file transfers has been increased.
Can you give us a basic rundown of what this means at the developer/player end? I like new features.
Basically file transmission (like resources sent to clients) has always been chunked up. In the past the chunks were 1000 bytes each, and this turned out to be very inefficient. So we upped the chunks to 8000 quite some time ago. Transmission speeds still aren't what they should be, though, and chunking likely holds the lion's share of the blame. So the chunk size has been increased to 32000 bytes.

The upshot is that players should get their resources faster.
That's what I figured. This is an excellent improvement! Thanks Tom, Lummox!