# HG changeset patch # User Sebastien Jodogne # Date 1410423992 -7200 # Node ID fef79a477e09e4deb2a2f91f4c5ee05d4db2fe33 # Parent 8bff277e68861957b25da83f058cc7c83b3f444c note diff -r 8bff277e6886 -r fef79a477e09 Resources/Samples/Python/HighPerformanceAutoRouting.py --- a/Resources/Samples/Python/HighPerformanceAutoRouting.py Thu Sep 11 10:26:10 2014 +0200 +++ b/Resources/Samples/Python/HighPerformanceAutoRouting.py Thu Sep 11 10:26:32 2014 +0200 @@ -120,7 +120,7 @@ # Clear the log of the exported instances (to prevent the # SQLite database from growing indefinitely). More simply, # you could also set the "LogExportedResources" option to - # "false" in the configuration file. + # "false" in the configuration file since Orthanc 0.8.3. RestToolbox.DoDelete('%s/exports' % URL) end = time.time()