do a reorg of the database following a db scan, to try and compact the db
This commit is contained in:
parent
8af2421541
commit
b77068393d
|
@ -420,6 +420,7 @@ int db_end_initial_update(void) {
|
|||
|
||||
rbdestroy(db_removed);
|
||||
|
||||
gdbm_reorganize(db_songs);
|
||||
db_unlock();
|
||||
|
||||
return 0;
|
||||
|
|
Loading…
Reference in New Issue