// Time to wait for a connection to close gracefully before destroying it manuallyexportconstCLOSE_TIMEOUT = 500;
// Close the socket if there is no activity after this long in msexportconst SOCKET_TIMEOUT = 2 * 60_000; // 2 mins//# sourceMappingURL=constants.js.map