Skip to content

Commit

Permalink
Add gflag validator for client_idle_timeout_secs (vesoft-inc#548)
Browse files Browse the repository at this point in the history
Co-authored-by: Sophie <[email protected]>

Co-authored-by: Yichen Wang <[email protected]>
Co-authored-by: Sophie <[email protected]>
  • Loading branch information
3 people authored Jan 26, 2022
1 parent 5eeba88 commit 00fb53f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/graph/service/GraphFlags.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -159,3 +159,4 @@ static bool ValidateSessIdleTimeout(const char* flagname, int32_t value) {
return false;
}
DEFINE_validator(session_idle_timeout_secs, &ValidateSessIdleTimeout);
DEFINE_validator(client_idle_timeout_secs, &ValidateSessIdleTimeout);

0 comments on commit 00fb53f

Please sign in to comment.