summaryrefslogtreecommitdiff
path: root/apps/tagcache.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/tagcache.h')
-rw-r--r--apps/tagcache.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/apps/tagcache.h b/apps/tagcache.h
index 387f8ab74c..1752d3ec45 100644
--- a/apps/tagcache.h
+++ b/apps/tagcache.h
@@ -41,9 +41,6 @@ enum tag_type { tag_artist = 0, tag_album, tag_genre, tag_title,
41/* How much to allocate extra space for ramcache. */ 41/* How much to allocate extra space for ramcache. */
42#define TAGCACHE_RESERVE 32768 42#define TAGCACHE_RESERVE 32768
43 43
44/* How many entries we can create in one tag file (for sorting). */
45#define TAGFILE_MAX_ENTRIES 10000
46
47/** 44/**
48 * Define how long one entry must be at least (longer -> less memory at commit). 45 * Define how long one entry must be at least (longer -> less memory at commit).
49 * Must be at least 4 bytes in length for correct alignment. 46 * Must be at least 4 bytes in length for correct alignment.