music stuttering when typing

Found a bug in "Everything"? report it here
Post Reply
acdbx
Posts: 2
Joined: Mon Aug 18, 2014 6:27 am

music stuttering when typing

Post by acdbx »

Default settings on 1.3.4.686 x64 on Win7.
With every letter I type in the search box, there is a tiny stutter with my streaming Pandora.com music. Fast ASCII search, search as you type are enabled.
This does not happen with 1.2.1.451a.

Any way to fix?
void
Developer
Posts: 16746
Joined: Fri Oct 16, 2009 11:31 pm

Re: music stuttering when typing

Post by void »

Everything uses multiple threads in Everything 1.3 or later. This can cause issues with other processes with the same priority.

If possible please raise the priority of Pandora.com music.

-or-

Limit the maximum thread count for Everything:
  • Exit Everything completely.
  • Open your %APPDATA%\Everything.ini
  • Change the following line:

    Code: Select all

    max_threads=0
    to:

    Code: Select all

    max_threads=1
  • Save changes to the Everything.ini and restart Everything.
Or ideally set max_threads to the number of CPUs on your system - 1.
For example if you have 8 CPUs, set max_threads to 7.
acdbx
Posts: 2
Joined: Mon Aug 18, 2014 6:27 am

Re: music stuttering when typing

Post by acdbx »

This is fixed after limiting maximum thread count. Thank you!
Post Reply