patch-scanner_pl 484 B

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