diff Framework/Oracle/OrthancRestApiCommand.cpp @ 959:13e078adfb94 toa2019082301

Better error log in fetch failure callback + timeout 600sec in OrthancRestApiCommand + guard against dead controller access in PanSceneTracker + relaxed DicomStructureSet AddReferenceSlice method to accept extraneous adds of the same slice (while trying to understand how it happens in the first place)
author Benjamin Golinvaux <bgo@osimis.io>
date Fri, 23 Aug 2019 14:16:45 +0200
parents a7351ad54960
children 4383382db01d 2d8ab34c8c91
line wrap: on
line diff
--- a/Framework/Oracle/OrthancRestApiCommand.cpp	Fri Aug 23 10:16:32 2019 +0200
+++ b/Framework/Oracle/OrthancRestApiCommand.cpp	Fri Aug 23 14:16:45 2019 +0200
@@ -51,7 +51,7 @@
   OrthancRestApiCommand::OrthancRestApiCommand() :
     method_(Orthanc::HttpMethod_Get),
     uri_("/"),
-    timeout_(60)
+    timeout_(600)
   {
   }