Zoeken in Support

Vermijd ondersteuningsscams. We zullen u nooit vragen een telefoonnummer te bellen, er een sms naar te sturen of persoonlijke gegevens te delen. Meld verdachte activiteit met de optie ‘Misbruik melden’.

Learn More

Deze conversatie is gearchiveerd. Stel een nieuwe vraag als u hulp nodig hebt.

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

  • 3 antwoorden
  • 2 hebben dit probleem
  • 1 weergave
  • Laatste antwoord van 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.

Alle antwoorden (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;