summaryrefslogtreecommitdiff
path: root/apps/tagcache.c
diff options
context:
space:
mode:
authorChristian Soffke <christian.soffke@gmail.com>2022-05-22 20:43:31 +0200
committerSolomon Peachy <pizza@shaftnet.org>2022-08-19 00:27:34 -0400
commit8f6d0efd71862f107d51bd53ec70e1311a54d9d3 (patch)
treeb9d7ec025ee9f4a69ab3a8f8cbf4b9f8bd7dfd32 /apps/tagcache.c
parentcf37676fb100fad9a422159d27ff1d3f260f7d60 (diff)
downloadrockbox-8f6d0efd71862f107d51bd53ec70e1311a54d9d3.tar.gz
rockbox-8f6d0efd71862f107d51bd53ec70e1311a54d9d3.zip
tagtree: Delay showing search progress when ramcache is enabled
The disk doesn't need to spin up when the database is in RAM. Results are usually returned without any noticeable delay, so the splash only creates distraction. Change-Id: I04e5b7d2e00f045143dd86e0561091be3d8f9724
Diffstat (limited to 'apps/tagcache.c')
-rw-r--r--apps/tagcache.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/tagcache.c b/apps/tagcache.c
index 436d85812b..8db1569379 100644
--- a/apps/tagcache.c
+++ b/apps/tagcache.c
@@ -170,7 +170,7 @@ static const char * const tag_type_str[] = {
170#endif /* ndef LOGF_ENABLE */ 170#endif /* ndef LOGF_ENABLE */
171 171
172/* Status information of the tagcache. */ 172/* Status information of the tagcache. */
173static struct tagcache_stat tc_stat; 173struct tagcache_stat tc_stat;
174 174
175/* Queue commands. */ 175/* Queue commands. */
176enum tagcache_queue { 176enum tagcache_queue {