Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Open Subsurface Data Universe Software
Platform
Domain Data Mgmt Services
Seismic
Seismic DMS Suite
seismic-dms-service
Commits
96903fa9
Commit
96903fa9
authored
May 11, 2021
by
Diego Molteni
Browse files
fixed
parent
03b37e66
Pipeline
#39359
passed with stages
in 18 minutes and 10 seconds
Changes
1
Pipelines
5
Hide whitespace changes
Inline
Side-by-side
src/server/server.ts
View file @
96903fa9
...
@@ -161,7 +161,7 @@ export class Server {
...
@@ -161,7 +161,7 @@ export class Server {
// tslint:disable-next-line
// tslint:disable-next-line
console
.
log
(
`- Server is listening on port
${
this
.
port
}
...`
);
console
.
log
(
`- Server is listening on port
${
this
.
port
}
...`
);
});
});
this
.
httpServer
.
setTimeout
(
610000
);
this
.
http
s
Server
.
setTimeout
(
610000
);
this
.
httpsServer
.
keepAliveTimeout
=
610
*
1000
;
this
.
httpsServer
.
keepAliveTimeout
=
610
*
1000
;
this
.
httpsServer
.
headersTimeout
=
611
*
1000
;
this
.
httpsServer
.
headersTimeout
=
611
*
1000
;
}
else
{
}
else
{
...
@@ -170,8 +170,8 @@ export class Server {
...
@@ -170,8 +170,8 @@ export class Server {
console
.
log
(
`- Server is listening on port
${
this
.
port
}
...`
);
console
.
log
(
`- Server is listening on port
${
this
.
port
}
...`
);
});
});
this
.
httpServer
.
setTimeout
(
610000
);
this
.
httpServer
.
setTimeout
(
610000
);
this
.
http
s
Server
.
keepAliveTimeout
=
610
*
1000
;
this
.
httpServer
.
keepAliveTimeout
=
610
*
1000
;
this
.
http
s
Server
.
headersTimeout
=
611
*
1000
;
this
.
httpServer
.
headersTimeout
=
611
*
1000
;
}
}
}
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment