Is there a way to configure Ajax Requests timeout globally ?

  1. #1

    Is there a way to configure Ajax Requests timeout globally ?

    Hi All,

    My application has a lot of stores and they all take more than 30 seconds to load.
    I can see in Firebug the stores loading and the program stops working when
    30 seconds is reach. Is there a way to configure my application to not timeout
    the Ajax Requests after 30 seconds ?

    Thanks
  2. #2

    RE: Is there a way to configure Ajax Requests timeout globally ?

    There's a timeout property on the store's AjaxEventConfig. You can set it higher. Default is 30s.
  3. #3

    RE: Is there a way to configure Ajax Requests timeout globally ?

    Thanks for answer ! It did the trick !

Similar Threads

  1. [CLOSED] Change the timeout globally
    By RCN in forum 2.x Legacy Premium Help
    Replies: 7
    Last Post: Feb 04, 2014, 7:48 AM
  2. [OPEN] [#129] Can Ajax requests send If-Modified-Since headers
    By anup in forum 1.x Legacy Premium Help
    Replies: 8
    Last Post: Jan 18, 2013, 4:26 AM
  3. [CLOSED] Adding params as jsonData for jsin Ajax requests
    By r_honey in forum 1.x Legacy Premium Help
    Replies: 7
    Last Post: May 06, 2010, 7:31 AM
  4. Replies: 0
    Last Post: Jul 22, 2009, 4:40 AM
  5. Setting AjaxEventConfig's Timeout Globally
    By thedarklord in forum 1.x Help
    Replies: 0
    Last Post: Jul 05, 2009, 10:20 AM

Posting Permissions