Summary
Constants used in MongoDB.Driver namespace
Members
Fields
| Name | Literal | Comments |
| CONNECTIONS_PER_HOST | 10 | The maximum connections allowed per host |
| GLOBAL_FLAG | 256 | The Global Flag |
| MAX_OBJECT_SIZE | 4194304 | The maximum allowable object size |
| MAX_STRING | 4193280 | The maximum number of bytes allowed to be sent to the db at a time |
| NO_REF_HACK | nodbref | A hack to handle a special case (do we still need this?) |