Mercurial > hg > orthanc
changeset 1143:8bff277e6886
note
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Thu, 11 Sep 2014 10:26:10 +0200 |
parents | 952cf9b6be83 |
children | fef79a477e09 |
files | Resources/Samples/Python/HighPerformanceAutoRouting.py |
diffstat | 1 files changed, 3 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/Resources/Samples/Python/HighPerformanceAutoRouting.py Thu Sep 11 10:23:22 2014 +0200 +++ b/Resources/Samples/Python/HighPerformanceAutoRouting.py Thu Sep 11 10:26:10 2014 +0200 @@ -118,7 +118,9 @@ RestToolbox.DoDelete('%s/instances/%s' % (URL, instance)) # Clear the log of the exported instances (to prevent the - # SQLite database from growing indefinitely) + # SQLite database from growing indefinitely). More simply, + # you could also set the "LogExportedResources" option to + # "false" in the configuration file. RestToolbox.DoDelete('%s/exports' % URL) end = time.time()