Commit Graph

6 Commits

Author SHA1 Message Date
Robert e39a2e62f4 Add option to locally enforce payload size limit (#515)
Add a configuration option to enforce an item size limit on the client side. This avoids sending large items
over the wire and getting rejected by the server which can cause delays. The default is 0 for no limit.
The same error code RES_E2BIG is used for the client side limit as for the server side limit.
2023-04-27 08:48:49 -07:00
Xinchen Hui 0e517902d6 Improved the tests 2016-07-21 18:59:01 +08:00
Teddy Grenman 9ffa8fa653 Make compression type object specific.
Also add matching options, constants, and tests.
2009-12-29 11:57:17 +02:00
Oleg Grenrus 05fa30ac6d fix according to changes in serializer setOption
Signed-off-by: Andrei Zmievski <andrei@gravitonic.com>
2009-02-20 01:37:05 +08:00
Oleg Grenrus 6adaff7c15 setOption and getOption can set/get serializator 2009-02-11 13:23:05 +02:00
Andrei Zmievski 5bbd13f2c4 Add options test. 2009-01-28 17:30:23 -08:00