[#7857] document scm.import.retry_* in development.ini
diff --git a/Allura/development.ini b/Allura/development.ini
index ba06cc5..2f60f2f 100644
--- a/Allura/development.ini
+++ b/Allura/development.ini
@@ -238,6 +238,11 @@
 scm.repos.tarball.url_prefix = http://localhost/
 scm.repos.tarball.zip_binary = /usr/bin/zip
 
+; SCM imports (currently just SVN) will retry if it fails
+; You can control the number of tries and delay between tries here:
+;scm.import.retry_count = 50
+;scm.import.retry_sleep_secs = 5
+
 bulk_export_path = /tmp/bulk_export/{nbhd}/{project}
 bulk_export_filename = {project}-backup-{date:%Y-%m-%d-%H%M%S}.zip
 bulk_export_download_instructions = Sample instructions for {project}