Skip to content

Commit a8b6021

Browse files
committed
updated readme
1 parent 6528c72 commit a8b6021

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/Flow/Mongo/README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
Usage
22
--------------
33

4-
The usage is analogous to the 'normal' flow-php:
4+
* Must use 'forceChunkSize=true' on client side.
5+
* Chunk preprocessor not supported.
6+
* One should ensure indices on the gridfs collection on the property 'flowIdentifier'.
7+
8+
Besides the points above, the usage is analogous to the 'normal' flow-php:
59

610
```php
711
$config = new \Flow\Mongo\MongoConfig($yourGridFs);

0 commit comments

Comments
 (0)