I guess from this part of the scanner.log 

Code:
--------------------
    [17-01-26 20:25:14.7036] Slim::Schema::wipeDB (388) End schema_clear
  [17-01-26 20:27:24.4625] Slim::Schema::wipeAllData (2135) Wiped the database.
  
--------------------

it's clear that the delay is caused here

Code:
--------------------
    
  sub wipeAllData {
        ...
        Slim::Utils::ArtworkCache->new()->wipe();
  
--------------------


Don't understand Perl enough to figure out which wipe() is called here,
though.


------------------------------------------------------------------------
reinholdk's Profile: http://forums.slimdevices.com/member.php?userid=36070
View this thread: http://forums.slimdevices.com/showthread.php?t=106853

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

Reply via email to