function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Carolina W 2Carolina W 2 

Where to configure timeout for javascript salesforce?

I am begging at Salesforce. I'm having the exception "Unable to connect to the server (transaction aborted: timeout)."

So I tried to configure 
{ buffer: true, escape: true, timeout: 120000 }
 as recommended on this link (https://developer.salesforce.com/docs/atlas.en-us.222.0.pages.meta/pages/pages_js_remoting_configuring_request.htm?search_text=component). But I have no idea where I have to put it. I read something about VisualForce, but i don't know where can I see the code to edit.
Could someone show me the way where I can find the code to enter the { buffer: true, escape: true, timeout: 120000 } ? Is it in the Developer Console?