stianeikeland / node-etcd

:satellite: Etcd client for nodejs
BSD 3-Clause "New" or "Revised" License
259 stars 85 forks source link

errorCode 210 - POST too large #80

Open wiseflat opened 6 years ago

wiseflat commented 6 years ago

Hi guys, I use an etcd node with 601557 records since this afternoon... When I get a list of all records in this etcd directory I get this response :

{"errorCode":210,"message":"Invalid POST form","cause":"http: POST too large","index":0}

How can I solve this issue ? Cheers