Skip to content

Commit

Permalink
Reference timeout wiki in code for better code understanding
Browse files Browse the repository at this point in the history
Summary: as titled

Differential Revision: D67654183

fbshipit-source-id: 60c1ca9e56473943a457c9aea28aafb2624b2b20
  • Loading branch information
elangovan911-meta authored and facebook-github-bot committed Dec 26, 2024
1 parent da9dc9e commit 7ab54d5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions fboss/fsdb/server/Server.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ using namespace std::chrono_literals; // @donotremove

DEFINE_bool(readConfigFile, true, "Whether config file should be read");

// Refer
// https://www.internalfb.com/intern/staticdocs/fboss_agent/docs/Features/fb/Features_fsdb/#fsdb-timeouts
// for details
DEFINE_int32(
streamExpire_ms,
1 * 15 * 60 * 1000 /* quarter hour */,
Expand Down

0 comments on commit 7ab54d5

Please sign in to comment.