[CLOSED] [1.0] DirectEvent TimeOut = Can it be defaulted site wide?

  1. #1

    [CLOSED] [1.0] DirectEvent TimeOut = Can it be defaulted site wide?

    We need to change the timeout for all DirectEvents to 200000. Right now we are going through and altering it in each DirectEvent. Is there a web.config setting or ResourceManager setting so we can default it site wide and change if necessary?

    Thank You~


  2. #2

    RE: [CLOSED] [1.0] DirectEvent TimeOut = Can it be defaulted site wide?

    Hi,

    You can use the following javascript to set global timeout. We will include global server side property in the final 1.0 release (I will notify when it will be available in the SVN)

    Ext.net.DirectEvent.timeout = 200000;
  3. #3

    RE: [CLOSED] [1.0] DirectEvent TimeOut = Can it be defaulted site wide?

    Will global timeout override individual timeouts? Example, I set global timeout to 1 min. I also have a DirectEvent that pulls data for a report. I set the timeout on that DirectEvent to 5 mins. The global timeout won't override that right?
  4. #4

    RE: [CLOSED] [1.0] DirectEvent TimeOut = Can it be defaulted site wide?

    Hi,

    Yes, right. Local timeout overrides global (but not vice versa)
  5. #5

    RE: [CLOSED] [1.0] DirectEvent TimeOut = Can it be defaulted site wide?

    Is this available for 0.8?
  6. #6

    RE: [CLOSED] [1.0] DirectEvent TimeOut = Can it be defaulted site wide?

    Hi,

    I think that for 0.8
    Coolite.AjaxEvent.timeout = 200000;

Similar Threads

  1. [CLOSED] ListViewColumn with wide XTemplate
    By krzak in forum 1.x Legacy Premium Help
    Replies: 5
    Last Post: Jun 08, 2011, 12:22 PM
  2. Replies: 4
    Last Post: Apr 15, 2011, 3:53 PM
  3. [CLOSED] Button CLICK directevent & listener timeout
    By webclouder in forum 1.x Legacy Premium Help
    Replies: 3
    Last Post: Apr 05, 2011, 10:10 PM
  4. [CLOSED] [1.0] - MVC - DirectEvent Timeout not working
    By drkoh in forum 1.x Legacy Premium Help
    Replies: 2
    Last Post: May 12, 2010, 4:10 PM
  5. Setting HttpProxy Timeout value Applicaiton-Wide
    By johnharp in forum 1.x Help
    Replies: 1
    Last Post: Nov 25, 2009, 12:22 PM

Posting Permissions