Skip to content
This repository has been archived by the owner on Jan 29, 2020. It is now read-only.

Commit

Permalink
Merge branch 'hotfix/zend-cache-memcached-poll-timeout' of https://gi…
Browse files Browse the repository at this point in the history
…thub.com/mwillbanks/zf2 into hotfix/cache-memcached-poll-timeout
  • Loading branch information
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Storage/Adapter/MemcachedOptions.php
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ class MemcachedOptions extends AdapterOptions
*
* @var int
*/
protected $pollTimeout = 0;
protected $pollTimeout = 1000;

/**
* Maximum allowed time for a recv operation, in ms
Expand Down

0 comments on commit cd6d5f2

Please sign in to comment.