Bugzilla – Bug 16716
Disable queries for lastRescanTime when auto-rescan is disabled
Last modified: 2011-07-22 06:04:58 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'
This query is run as part of the serverstatus query - which is eg. polled by the web UI.