From 4fd5aded78541183c84b1b9085f00b324ee1048a Mon Sep 17 00:00:00 2001 From: baronml Date: Fri, 9 Aug 2024 14:28:21 +0200 Subject: [PATCH] 64 MiB --- include/japi.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/japi.h b/include/japi.h index a56d10c..945d653 100644 --- a/include/japi.h +++ b/include/japi.h @@ -151,7 +151,7 @@ int japi_start_server(japi_context *ctx, const char *port); /*! * \brief Define the maximum line size a japi-command can have. Will overwrite - * default value of 64 * 1024 * 1024 MiB. Some applications + * default value of 64MiB. Some applications * need more capacity to transfer data. * * \param ctx JAPI context