Skip to content

Commit

Permalink
Change the default value of session_reclaim_interval_secs to 60 secon…
Browse files Browse the repository at this point in the history
…ds (#5246)

Co-authored-by: Sophie <84560950+Sophie-Xie@users.noreply.github.com>
  • Loading branch information
Aiee and Sophie-Xie committed Jan 28, 2023
1 parent 19cc9b7 commit 87ebe35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/graph/service/GraphFlags.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ DEFINE_int32(client_idle_timeout_secs,
28800,
"The number of seconds NebulaGraph service waits before closing the idle connections");
DEFINE_int32(session_idle_timeout_secs, 28800, "The number of seconds before idle sessions expire");
DEFINE_int32(session_reclaim_interval_secs, 10, "Period we try to reclaim expired sessions");
DEFINE_int32(session_reclaim_interval_secs, 60, "Period we try to reclaim expired sessions");
DEFINE_int32(num_netio_threads,
0,
"The number of networking threads, 0 for number of physical CPU cores");
Expand Down

0 comments on commit 87ebe35

Please sign in to comment.