Click or drag to resize

HTTPRequestDownloadChunkSize Property

The size of the buffer used and maximum bytes to read per iteration. See ReadChunkSize.

Set this to a lower value (e.g. 4096 for 4 KiB) when downloading small files to decrease memory usage at the cost of download speeds.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public int DownloadChunkSize { get; set; }

Property Value

Type: Int32
See Also