From 099119a7cdb6a6a53784a96713c8c41e8afb4256 Mon Sep 17 00:00:00 2001 From: foesa <35463247+foesa-yang@users.noreply.github.com> Date: Mon, 11 Oct 2021 14:56:03 +0800 Subject: [PATCH] add max_allowed_query_size in graph config --- .../5.configurations-and-logs/1.configurations/3.graph-config.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs-2.0/5.configurations-and-logs/1.configurations/3.graph-config.md b/docs-2.0/5.configurations-and-logs/1.configurations/3.graph-config.md index 64fb133b9d..04eedeefe0 100644 --- a/docs-2.0/5.configurations-and-logs/1.configurations/3.graph-config.md +++ b/docs-2.0/5.configurations-and-logs/1.configurations/3.graph-config.md @@ -52,6 +52,7 @@ Graph服务提供了两份初始配置文件`nebula-graphd.conf.default`和`nebu | ------------------- | ------------------------ | ------------------------------------------ | |`accept_partial_success` |`false` |是否将部分成功视为错误。此配置仅适用于只读请求,写请求总是将部分成功视为错误。| |`session_reclaim_interval_secs`|`10`| 将Session信息发送给Meta服务的间隔。单位:秒。| +|`max_allowed_query_size`|`4194304`|最大查询语句长度。单位:字节。默认为`4194304`,即4MB。| ## networking配置