Skip to content

Commit c787924

Browse files
author
jacob kooijman
committed
Up the timeout limits a bit to cater for slow environments
1 parent 7d85118 commit c787924

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

d2mapapi/main.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,8 @@ int main( int argc, const char* argv[] ) {
8181
.port( port )
8282
.request_handler( map::create_server_handler() )
8383
.read_next_http_message_timelimit( 10s )
84-
.write_http_response_timelimit( 1s )
85-
.handle_request_timeout( 1s ) );
84+
.write_http_response_timelimit( 5s )
85+
.handle_request_timeout( 5s ) );
8686
}
8787
catch (const std::exception& ex)
8888
{

0 commit comments

Comments
 (0)