mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-22 16:03:47 +01:00
* eTemplate: setting higher request timeout of 4 hours (was 2 hours)
This commit is contained in:
parent
a378d19d2a
commit
5a08713cbc
@ -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