rethinkdb / docs

RethinkDB documentation
http://rethinkdb.com/docs
Apache License 2.0
117 stars 167 forks source link

Update value for maximum size of a JSON query on limitations page. #1206

Open mwakerman opened 7 years ago

mwakerman commented 7 years ago

The limitations page incorrectly states the the maximum size of a JSON query is 64MB. The current true value is 128MB as per: https://github.com/rethinkdb/rethinkdb/blob/v2.3.5/src/client_protocol/protocols.cc#L8.

Bonus: would also be handy if the limitations section stated clearly that the same constraint applies to the maximum size of a binary file that you can store in a document.