Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8bc5cfc commit 129ee9eCopy full SHA for 129ee9e
src/graph/service/GraphFlags.cpp
@@ -12,7 +12,10 @@ DEFINE_int32(client_idle_timeout_secs,
12
28800,
13
"The number of seconds NebulaGraph service waits before closing the idle connections");
14
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");
+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");
19
DEFINE_int32(num_netio_threads,
20
0,
21
"The number of networking threads, 0 for number of physical CPU cores");
0 commit comments