Vyhľadajte odpoveď

Vyhnite sa podvodom s podporou. Nikdy vás nebudeme žiadať, aby ste zavolali alebo poslali SMS na telefónne číslo alebo zdieľali osobné informácie. Nahláste prosím podozrivú aktivitu použitím voľby “Nahlásiť zneužitie”.

Learn More

image.mem.max_ms_before_yield setting, what does it do?

  • 3 odpovede
  • 2 majú tento problém
  • 1 zobrazenie
  • Posledná odpoveď od cor-el

more options

I'd like to know what this setting does, if anyone could please explain in detail i'd really appreciate it. Thanks.

I'd like to know what this setting does, if anyone could please explain in detail i'd really appreciate it. Thanks.

Všetky odpovede (3)

more options
more options

The entry i specified is not included in there.

more options

You can search the Firefox source code in such a case and look for comments.

3519     // Yield if we've been decoding for too long. We check this _after_ decoding
3520     // a chunk to ensure that we don't yield without doing any decoding.
3521     if (aDecodeType == DECODE_TYPE_UNTIL_TIME && TimeStamp::Now() >= deadline)
3522       break;