change connection idle timeout
All checks were successful
Deploy Backend / docker (ubuntu-latest) (push) Successful in 40s
All checks were successful
Deploy Backend / docker (ubuntu-latest) (push) Successful in 40s
This commit is contained in:
parent
28e8561020
commit
b889eee7ff
@ -172,4 +172,7 @@ app.onStart(async () => {
|
|||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
app.listen(8080);
|
app.listen({
|
||||||
|
port: 8080,
|
||||||
|
idleTimeout: 120, // 2 minutes
|
||||||
|
});
|
||||||
|
Reference in New Issue
Block a user