mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-18 12:41:10 +01:00
* eTemplate: setting higher request timeout of 4 hours (was 2 hours)
This commit is contained in:
parent
55c6da3fa7
commit
769399b0cc
@ -53,7 +53,7 @@ class etemplate_request_cache extends etemplate_request
|
||||
/**
|
||||
* Expiration time of 4 hours
|
||||
*/
|
||||
const EXPIRATION = 7200;
|
||||
const EXPIRATION = 14400;
|
||||
|
||||
/**
|
||||
* request id
|
||||
|
Loading…
Reference in New Issue
Block a user