Couchbase: Cannot perform operations on a shutdown bucket

前端 未结 5 1017
南方客
南方客 2021-01-06 12:06

I am getting this error when try to insert 2M objects via node.js into Couchbase. 1M works fine.

C:\\Users\\Administrator\\Desktop\\node_modules\\couc

5条回答
  •  南笙
    南笙 (楼主)
    2021-01-06 12:15

    Resolved the issue by increasing the timeout: myBucket.operationTimeout = 120 * 1000;

提交回复
热议问题