forked from extern/egroupware
change ctag timeout to 29sec to get z-push ping with 30sec to request a new ctag
This commit is contained in:
parent
ba0b2b8d5b
commit
1da38599b2
@ -498,7 +498,7 @@ class calendar_so
|
||||
/**
|
||||
* Maximum time a ctag get cached, as ActiveSync ping requests can run for a long time
|
||||
*/
|
||||
const MAX_CTAG_CACHE_TIME = 300;
|
||||
const MAX_CTAG_CACHE_TIME = 29;
|
||||
|
||||
/**
|
||||
* Get maximum modification time of events for given participants and optional owned by them
|
||||
|
Loading…
Reference in New Issue
Block a user