changeset 1144:fef79a477e09

note
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 11 Sep 2014 10:26:32 +0200
parents 8bff277e6886
children 0479d02c6778
files Resources/Samples/Python/HighPerformanceAutoRouting.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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()