Bug 16716 - Disable queries for lastRescanTime when auto-rescan is disabled
: Disable queries for lastRescanTime when auto-rescan is disabled
Status: RESOLVED INVALID
Product: Logitech Media Server
Classification: Unclassified
Component: Scanner
: 7.6.0
: PC Windows Server 2003
: P3 normal (vote)
: ---
Assigned To: Unassigned bug - please assign me!
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2010-12-18 14:53 UTC by Jim McAtee
Modified: 2011-07-22 06:04 UTC (History)
0 users

See Also:
Category: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jim McAtee 2010-12-18 14:53:35 UTC
With SQL debugging on I see this query several times a minute.  I'm guessing it's part of the auto-rescan code, even though auto-rescanning is disabled on the server.

[10-12-18 15:40:28.3370] Slim::Schema::Debug::query_start (23) SELECT me.name, me.value FROM metainformation me WHERE ( name = ? ): 'lastRescanTime'
Comment 1 Michael Herger 2011-07-22 06:04:58 UTC
This query is run as part of the serverstatus query - which is eg. polled by the web UI.