comparison Framework/Oracle/GetOrthancImageCommand.cpp @ 846:17423d072a95

Changed http timeouts in new-style Oracle commands to 60 secs (10 secs was too short for big requests)
author Benjamin Golinvaux <bgo@osimis.io>
date Sat, 15 Jun 2019 20:37:12 +0200
parents d716bfb3e07c
children a7351ad54960
comparison
equal deleted inserted replaced
844:84cd55245e2d 846:17423d072a95
43 } 43 }
44 44
45 45
46 GetOrthancImageCommand::GetOrthancImageCommand() : 46 GetOrthancImageCommand::GetOrthancImageCommand() :
47 uri_("/"), 47 uri_("/"),
48 timeout_(10), 48 timeout_(60),
49 hasExpectedFormat_(false) 49 hasExpectedFormat_(false)
50 { 50 {
51 } 51 }
52 52
53 53