From 8f6d0efd71862f107d51bd53ec70e1311a54d9d3 Mon Sep 17 00:00:00 2001 From: Christian Soffke Date: Sun, 22 May 2022 20:43:31 +0200 Subject: 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 --- apps/tagcache.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/tagcache.c') 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[] = { #endif /* ndef LOGF_ENABLE */ /* Status information of the tagcache. */ -static struct tagcache_stat tc_stat; +struct tagcache_stat tc_stat; /* Queue commands. */ enum tagcache_queue { -- cgit v1.2.3