etolabo / kumofs

kumofs is a scalable and highly available distributed key-value store.
http://kumofs.sourceforge.net/
Other
301 stars 16 forks source link

Increase the maximum size of a value for binary protocol. #15

Open macks opened 12 years ago

macks commented 12 years ago

Value length should be stored in uint32_t, instead of uint16_t.