Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 129ee9e

Browse files
songqingdutor
andauthored
fix gflags's description of session_reclaim_interval_secs (vesoft-inc#5689)
fix glags's description of session_reclaim_interval_secs Co-authored-by: dutor <[email protected]>
1 parent 8bc5cfc commit 129ee9e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/graph/service/GraphFlags.cpp

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,10 @@ DEFINE_int32(client_idle_timeout_secs,
1212
28800,
1313
"The number of seconds NebulaGraph service waits before closing the idle connections");
1414
DEFINE_int32(session_idle_timeout_secs, 28800, "The number of seconds before idle sessions expire");
15-
DEFINE_int32(session_reclaim_interval_secs, 60, "Period we try to reclaim expired sessions");
15+
DEFINE_int32(
16+
session_reclaim_interval_secs,
17+
60,
18+
"Period we try to reclaim expired sessions and update session information to the meta server");
1619
DEFINE_int32(num_netio_threads,
1720
0,
1821
"The number of networking threads, 0 for number of physical CPU cores");

0 commit comments

Comments
 (0)