JJZolx wrote: > Have you seen this? I'm not sure if this is version-specific, but it > does seem to indicate that your plugin can't just turn auto_vacuum on > and off on the fly. > > > > More at: http://sqlite.org/pragma.html#pragma_auto_vacuum > Hi,
please check -1 means enable incremental vacuum- see http://www.tutorialspoint.com/sqlite/sqlite_vacuum.htm Code: -------------------- root@muzzigbox:# sqlite3 /var/lib/squeezeboxserver/cache/library.db "PRAGMA auto_vacuum;" 1 -------------------- Gruss Jan ------------------------------------------------------------------------ DJanGo's Profile: http://forums.slimdevices.com/member.php?userid=1516 View this thread: http://forums.slimdevices.com/showthread.php?t=101469 _______________________________________________ beta mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/beta
