Description Usage Arguments Value Examples
Get/Set read/write connection buffer size, the buffer size can be set at any time but only takes effect on the connections created after the change. The default value is 1024 *1024 bytes (1 Mega bytes) for both read and write connections.
1 2 3 4 5 6 7 | gcs_set_read_buff(buff_size = 1024L * 1024L)
gcs_set_write_buff(buff_size = 1024L * 1024L)
gcs_get_read_buff()
gcs_get_write_buff()
|
buff_size |
Integer. The buffer size |
Get functions: the current buffer size. Set functions: the previous buffer size.
1 2 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.