Index: trunk/Nebulous-Server/bin/neb-insedit
===================================================================
--- trunk/Nebulous-Server/bin/neb-insedit	(revision 32394)
+++ trunk/Nebulous-Server/bin/neb-insedit	(revision 32502)
@@ -64,4 +64,10 @@
 die "can't connected to Nebulous Server: $nebhost"
     unless defined $neb;
+
+
+# Pre-emptively attempt repair of file.  This will ~double our execution time, but should help the efficiency.
+system("neb-repair $key");
+
+# Do checks now.
 
 my $stat = $neb->stat($key);
