do a reorg of the database following a db scan, to try and compact the db

This commit is contained in:
Ron Pedde 2004-10-25 04:49:20 +00:00
parent 8af2421541
commit b77068393d
1 changed files with 1 additions and 0 deletions

View File

@ -420,6 +420,7 @@ int db_end_initial_update(void) {
rbdestroy(db_removed);
gdbm_reorganize(db_songs);
db_unlock();
return 0;