mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-08-10 15:47:54 +02:00
* eTemplate: setting higher request timeout of 4 hours (was 2 hours)
This commit is contained in:
@ -53,7 +53,7 @@ class etemplate_request_cache extends etemplate_request
|
||||
/**
|
||||
* Expiration time of 4 hours
|
||||
*/
|
||||
const EXPIRATION = 7200;
|
||||
const EXPIRATION = 14400;
|
||||
|
||||
/**
|
||||
* request id
|
||||
|
Reference in New Issue
Block a user