remove node_modules and .gitignore them
This commit is contained in:
-8
@@ -1,8 +0,0 @@
|
||||
export const setSocketKeepAlive = (request, { keepAlive, keepAliveMsecs }) => {
|
||||
if (keepAlive !== true) {
|
||||
return;
|
||||
}
|
||||
request.on("socket", (socket) => {
|
||||
socket.setKeepAlive(keepAlive, keepAliveMsecs || 0);
|
||||
});
|
||||
};
|
||||
Reference in New Issue
Block a user