Merge v1.2.1-master
Signed-off-by: Emile Vauge <emile@vauge.com>
This commit is contained in:
parent
a590155b0b
commit
aeb17182b4
396 changed files with 27271 additions and 9969 deletions
2
vendor/gopkg.in/mgo.v2/gridfs.go
generated
vendored
2
vendor/gopkg.in/mgo.v2/gridfs.go
generated
vendored
|
@ -359,7 +359,7 @@ func (file *GridFile) assertMode(mode gfsFileMode) {
|
|||
|
||||
// SetChunkSize sets size of saved chunks. Once the file is written to, it
|
||||
// will be split in blocks of that size and each block saved into an
|
||||
// independent chunk document. The default chunk size is 256kb.
|
||||
// independent chunk document. The default chunk size is 255kb.
|
||||
//
|
||||
// It is a runtime error to call this function once the file has started
|
||||
// being written to.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue