diff --git a/connector/c/include/tp.h b/connector/c/include/tp.h index 9d2dcb08b4218355e5c333a40c5ae2e019a6bde5..4d886719bb2fe7515e8528bf57daefc05ff0e770 100644 --- a/connector/c/include/tp.h +++ b/connector/c/include/tp.h @@ -693,7 +693,7 @@ tp_call(struct tp *p, uint32_t flags, const char *name, size_t name_len) { * char buf[64]; * struct tp req; * tp_init(&req, buf, sizeof(buf), NULL, NULL); - * tp_select(&req, 0, 0, 0, 0); + * tp_select(&req, 0, 0, 0, 100); * tp_tuple(&req); * tp_sz(&req, "key"); */