Skip to content

Commit

Permalink
Adding application timeouts to prevent timeout errors.
Browse files Browse the repository at this point in the history
  • Loading branch information
Terrence Ryan committed Feb 14, 2011
1 parent 7d7e20d commit 61c014e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions handlers/Application.cfc
@@ -1,5 +1,6 @@
component {

include "./application_cfsetting.cfm";
this.name = "apptacularhandlers";
this.customTagPaths = ExpandPath('customTags/');
this.mappings["/Apptacular"] = expandPath("../");
Expand Down
2 changes: 2 additions & 0 deletions handlers/application_cfsetting.cfm
@@ -0,0 +1,2 @@
<cfsetting requesttimeout="600" />
<cfsetting showdebugoutput="false" />

0 comments on commit 61c014e

Please sign in to comment.