[JAVA-1826] In MongoDB API Documentation for Java, default chunk size is 256K but it should be 255K. Created: 21/May/15 Updated: 07/Oct/15 Resolved: 14/Aug/15 |
|
| Status: | Closed |
| Project: | Java Driver |
| Component/s: | API |
| Affects Version/s: | 2.13.0, 3.0.0, 3.0.1 |
| Fix Version/s: | 3.1.0 |
| Type: | Improvement | Priority: | Minor - P4 |
| Reporter: | Devender Yadav | Assignee: | Unassigned |
| Resolution: | Done | Votes: | 0 |
| Labels: | driver | ||
| Remaining Estimate: | Not Specified | ||
| Time Spent: | Not Specified | ||
| Original Estimate: | Not Specified | ||
| Description |
|
In MongoDB API Documentation for Java, default chunk size is 256K but it should be 255K. Link: http://api.mongodb.org/java/current/com/mongodb/gridfs/GridFS.html |
| Comments |
| Comment by Jeffrey Yemin [ 07/Oct/15 ] |
|
Released in 3.1.0 |
| Comment by Jeffrey Yemin [ 14/Aug/15 ] |
|
Fixed via pull request: https://github.com/mongodb/mongo-java-driver/commit/d81c4f2ebd1182ca103556a2c203882be48b9e5f |
| Comment by Jeffrey Yemin [ 21/May/15 ] |
|
Thanks for catching this. We'll get it fixed in the next minor release. |