forked from len0rd/rockbox
Removed the 10000 files static commmit-time limit from tagcache.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10278 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
b50e8935e1
commit
a47bd73f3e
2 changed files with 19 additions and 10 deletions
|
|
@ -41,9 +41,6 @@ enum tag_type { tag_artist = 0, tag_album, tag_genre, tag_title,
|
|||
/* How much to allocate extra space for ramcache. */
|
||||
#define TAGCACHE_RESERVE 32768
|
||||
|
||||
/* How many entries we can create in one tag file (for sorting). */
|
||||
#define TAGFILE_MAX_ENTRIES 10000
|
||||
|
||||
/**
|
||||
* Define how long one entry must be at least (longer -> less memory at commit).
|
||||
* Must be at least 4 bytes in length for correct alignment.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue