numeric_padding values are used in range search, and muse be sortable
[BackupPC.git] / bin / BackupPC_updatedb
index 9627a2b..a0d0069 100755 (executable)
@@ -190,6 +190,8 @@ sub hest_update {
 
        } while ($results == EST_CHUNK);
 
+       $search->commit;
+
        my $dur = (time() - $t) || 1;
        printf(" [%.2f/s dur: %s]\n",
                ( $added / $dur ),