Skip to content

Commit

Permalink
Fix comment
Browse files Browse the repository at this point in the history
Reviewed By: LukeDefeo

Differential Revision: D48191671

fbshipit-source-id: 6978e831f48ffe4e8a8c6e71b819205cb3868966
  • Loading branch information
aigoncharov authored and facebook-github-bot committed Aug 9, 2023
1 parent 8749145 commit 3b99e38
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ export function attachSocketServer(
clearTimeout(disconnectTimeout);
}
/**
* If, after 15 min, there are no more connected clients, we exit the process.
* If, after 30 seconds, there are no more connected clients, we exit the process.
*/
disconnectTimeout = setTimeout(() => {
if (numberOfConnectedClients === 0 && isProduction()) {
Expand Down

0 comments on commit 3b99e38

Please sign in to comment.