Index: si_installbtimage
===================================================================
--- si_installbtimage	(revision 4445)
+++ si_installbtimage	(working copy)
@@ -239,7 +239,7 @@
 print "Starting first image server seeder...\n";
 if ($quiet) {
     $PIDFILE = '/var/run/systemimager-server-btseeder.pid';
-    open(PID, "$launchmany $TORRENT_DIR --max_upload_rate 0 --rerequest_interval 1 $twisted $trackerless $upnp --bind $image_server 0</dev/null 1>/dev/null 2>&1 & echo \$!|");
+    open(PID, "$launchmany $TORRENT_DIR --max_upload_rate 0 --rerequest_interval 300 $twisted $trackerless $upnp --bind $image_server 0</dev/null 1>/dev/null 2>&1 & echo \$!|");
     my $pid = <PID>;
     close(PID);
     open(OUT, ">$PIDFILE") or die("ERROR: cannot open $PIDFILE for writing!\n");
@@ -265,7 +265,7 @@
 EOF
 `;
     my $bt_ui = ($?) ? $launchmany : $launchmany_curses;
-    system "$bt_ui $TORRENT_DIR --max_upload_rate 0 --rerequest_interval 1 $twisted $trackerless $upnp --bind $image_server";
+    system "$bt_ui $TORRENT_DIR --max_upload_rate 0 --rerequest_interval 300 $twisted $trackerless $upnp --bind $image_server";
 }
 print "done.\n";
 
