added error log3

This commit is contained in:
Mohamed Nouffer
2023-07-19 16:44:14 +05:30
parent 4fc8728857
commit 19f9fcbd39

View File

@ -208,7 +208,9 @@ function writetoFile(csv) {
})
}
app.listen(8000, function() {
var server = app.listen(8000, function() {
console.log('App running on port 8000');
});
server.timeout = 3000 * 60 * 2;