We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6528c72 commit a8b6021Copy full SHA for a8b6021
src/Flow/Mongo/README.md
@@ -1,7 +1,11 @@
1
Usage
2
--------------
3
4
-The usage is analogous to the 'normal' flow-php:
+ * 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:
9
10
```php
11
$config = new \Flow\Mongo\MongoConfig($yourGridFs);
0 commit comments