Dette websted vil have begrænset funktionalitet, mens vi gennemgår vedligeholdelse for at forbedre din oplevelse. Hvis en artikel ikke løser dit problem, og du vil stille et spørgsmål, har vi vores supportfællesskab, der venter på at hjælpe dig på @FirefoxSupport på Twitter og/r/firefox på Reddit.

Søg i Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Læs mere

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

  • 3 svar
  • 2 har dette problem
  • 1 visning
  • Seneste svar af 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 svar (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;