Skip to content

Commit 965d810

Browse files
authored
Apply suggestions from code review
Signed-off-by: Devdutt Shenoi <[email protected]>
1 parent 8b8696e commit 965d810

File tree

1 file changed

+1
-1
lines changed
  • server/src/handlers/http/modal

1 file changed

+1
-1
lines changed

server/src/handlers/http/modal/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ pub trait ParseableServer {
121121
// Create the HTTP server
122122
let http_server = HttpServer::new(create_app_fn)
123123
.workers(num_cpus::get())
124-
.shutdown_timeout(60);
124+
.shutdown_timeout(90);
125125

126126
// Start the server with or without TLS
127127
let srv = if let Some(config) = ssl {

0 commit comments

Comments
 (0)