On Sep 14, 2010, at 11:16 PM, JJZolx wrote:

> 
> Ok, WAL was disabled.  I can see that the files are no longer there when
> running a full rescan.  But those full rescans are still extremely slow.
> It has to be due to some other change made in 31284.

I bet it was this in scanner.pl, which I had disabled in order to make WAL work:

        # Take the db out of autocommit mode - this makes for a much faster 
scan.
        Slim::Schema->dbh->{'AutoCommit'} = 0;

I've uncommented that line of code which should fix the issue.


_______________________________________________
beta mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/beta

Reply via email to