# HG changeset patch # User Sebastien Jodogne # Date 1410423970 -7200 # Node ID 8bff277e68861957b25da83f058cc7c83b3f444c # Parent 952cf9b6be83991ed56fdded1aa7ef27d5278471 note diff -r 952cf9b6be83 -r 8bff277e6886 Resources/Samples/Python/HighPerformanceAutoRouting.py --- 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()