Streaming. Na razie tylko wymiary chunków
This commit is contained in:
parent
f7d429e1d2
commit
b4f6d3a85a
2 changed files with 6 additions and 2 deletions
|
|
@ -29,6 +29,10 @@
|
|||
|
||||
#define VERSION 300
|
||||
|
||||
// WielkoϾ pojedynczego bloku strumienia
|
||||
#define CHUNK_STREAM_512KB 524288 // 512KB
|
||||
#define CHUNK_STREAM_16MB 16777216 // 16MB
|
||||
|
||||
enum StoreMethod
|
||||
{
|
||||
FILTERING = -1,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue