We use python to store documents in couchbase.
we get this error message coming from couchbase.
_TooBigError_0x4 (generated, catch TooBigError): <Key=u'1426714751', RC=0x4[The object requested is too big to store in the server], Operational Error, Results=1, C Source=(src\multiresult.c,309)>
How can I change the maximum size?
I am using couchbase python SDK version 2.0
source
share