Skip to content

Commit

Permalink
This sould never be hit, but just in case, make this number more real…
Browse files Browse the repository at this point in the history
…istic.
  • Loading branch information
mrubinsk committed May 15, 2014
1 parent c924194 commit 0139d34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion framework/ActiveSync/lib/Horde/ActiveSync/Request/Ping.php
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ protected function _handle()
if (!$heartbeat = $collections->getHeartbeat()) {
$heartbeat = !empty($this->_pingSettings['heartbeatdefault'])
? $this->_pingSettings['heartbeatdefault']
: 10;
: 60;
$this->_logger->info(sprintf(
'[%s] Cached heartbeat is %s',
$this->_procid,
Expand Down

0 comments on commit 0139d34

Please sign in to comment.