timeout request settings

2006-06-08 Thread Jason Rogoz
I was curious as to what others have their timeout set to in the cf administrator. We have an app that uploads files to the server, sometimes 30+MB and currently set to 60 seconds which sometimes times out. In this case i manually increase the timeout and re-upload the file. I'm hesitant to

Re: timeout request settings

2006-06-08 Thread Crow T. Robot
So, why don't you use cfsetting and do it on a script-by-script basis? Jason Rogoz wrote: I was curious as to what others have their timeout set to in the cf administrator. We have an app that uploads files to the server, sometimes 30+MB and currently set to 60 seconds which sometimes times

Re: timeout request settings

2006-06-08 Thread Rob Wilkerson
I typically keep my timeout pretty low in the administrator and, as Crow suggested, use cfsetting to up it as needed for specific templates. On 6/8/06, Crow T. Robot [EMAIL PROTECTED] wrote: So, why don't you use cfsetting and do it on a script-by-script basis? Jason Rogoz wrote: I was