Javascript time out limit adjustment parameter

User Help for Seamonkey and Mozilla Suite
Post Reply
webmoebius
Posts: 272
Joined: January 21st, 2007, 12:52 pm

Javascript time out limit adjustment parameter

Post by webmoebius »

I was wondering if there was an ABOUT:CONFIG parameter that could be adjusted for Javascript time out limit. There are some scripts that take longer than usual and I'd prefer not to have to tell Seamonkey to continue script execution everytime, if I could increase the time out value to a bit longer than the default value.
TPR75
Posts: 1353
Joined: July 25th, 2011, 8:11 am
Location: Poland

Re: Javascript time out limit adjustment parameter

Post by TPR75 »

webmoebius wrote:I was wondering if there was an ABOUT:CONFIG parameter that could be adjusted for Javascript time out limit. There are some scripts that take longer than usual and I'd prefer not to have to tell Seamonkey to continue script execution everytime, if I could increase the time out value to a bit longer than the default value.
Try this one:

Code: Select all

dom.max_script_run_time
http://kb.mozillazine.org/Dom.max_script_run_time

Be very careful with this... 8-[
--
webmoebius
Posts: 272
Joined: January 21st, 2007, 12:52 pm

Re: Javascript time out limit adjustment parameter

Post by webmoebius »

TPR75 wrote:Be very careful with this... 8-[
Thank you. This worked and resolved my problem after increasing the value substantially.
Post Reply