1234567891011121314 |
- $OpenBSD: patch-scanner_pl,v 1.3 2009/07/12 19:58:28 sthen Exp $
- --- scanner.pl.orig Mon Jun 15 23:02:33 2009
- +++ scanner.pl Sat Jul 4 15:00:23 2009
- @@ -164,7 +164,8 @@ sub main {
- $log->info("SqueezeCenter Scanner done init...\n");
-
- # Take the db out of autocommit mode - this makes for a much faster scan.
- - Slim::Schema->storage->dbh->{'AutoCommit'} = 0;
- + # slimdevices bz#8261
- + # Slim::Schema->storage->dbh->{'AutoCommit'} = 0;
-
- my $scanType = 'SETUP_STANDARDRESCAN';
-
|