Remove a useless sleep() from hosted's init().
Speeds up startup by 0.5s yay! Change-Id: I3bc00748680acd236c412eae84f5e924e0462889
This commit is contained in:
parent
a5b0a1dcba
commit
2406005d8f
1 changed files with 0 additions and 1 deletions
|
@ -392,7 +392,6 @@ static void init(void)
|
|||
#ifdef HAVE_TAGCACHE
|
||||
init_tagcache();
|
||||
#endif
|
||||
sleep(HZ/2);
|
||||
tree_mem_init();
|
||||
filetype_init();
|
||||
playlist_init();
|
||||
|
|
Loading…
Reference in a new issue