> Is there a way to increase this timeout, or remove it altogether?

I see this in the code:

        TIMEOUT=60*60 # 60 minutes (in seconds)
        if os.environ.has_key('GUMP_TIMEOUT'):
                TIMEOUT = string.atoi(os.environ['GUMP_TIMEOUT'])

Setting to 0 will (I believe) remove it. The JIRA entry still stands though,
it needs documentation & the error message ought explain it. Personal I
think we need per project configurable timeouts, not server wide. I'll add
that to the JIRA entry sometime.

regards

Adam


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to