mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-12-22 16:30:34 +01:00
removed setTimeout
This commit is contained in:
@@ -41,9 +41,6 @@ server.on('error', function(err) {
|
||||
}
|
||||
});
|
||||
|
||||
if (server.setTimeout) {
|
||||
server.setTimeout(10000);
|
||||
}
|
||||
|
||||
module.exports.listen = function() {
|
||||
emailer.registerApp(app);
|
||||
|
||||
Reference in New Issue
Block a user