emms-help
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: New emms-info-native


From: Fran Burstall (Gmail)
Subject: Re: New emms-info-native
Date: Wed, 17 Feb 2021 23:08:13 +0000



On Wed, 17 Feb 2021 at 21:56, Yoni Rabkin <yoni@rabkins.net> wrote:


Can you please try again with a larger frame size limit?

    (setq emms-info-native--max-peek-size (expt 2 22))



(setq emms-info-native--max-peek-size (expt 2 22)) reduces the fails from 75 to 15 at the cost of a massive slowdown (52sec for 75 files)

(setq emms-info-native--max-peek-size (expt 2 24)) reduces the fails from 15 to zero at the cost of another massive slowdown (69sec for 15 files)

I wonder if one could dynamically and temporarily increase peek size in reaction to frame size errors?

---Fran




reply via email to

[Prev in Thread] Current Thread [Next in Thread]