[PCBC-178] Add support for 'connection_timeout' option in views Created: 03/Jan/13 Updated: 05/Apr/13 Resolved: 05/Apr/13 |
|
| Status: | Resolved |
| Project: | Couchbase PHP client library |
| Component/s: | library |
| Affects Version/s: | 1.1.2 |
| Fix Version/s: | 1.1.4 |
| Security Level: | Public |
| Type: | Bug | Priority: | Major |
| Reporter: | Mark Nunberg | Assignee: | Trond Norbye |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Remaining Estimate: | Not Specified | ||
| Time Spent: | Not Specified | ||
| Original Estimate: | Not Specified | ||
| Description |
|
The "connection_timeout" parameter is not supported currently in the code. This is a simple addition of
{ "connection_timeout", num_param_handler }, in the handlers list. Ideally the option handling code should be largely removed from PHP and migrated towards libcouchbase (there are pending commits to this effect) which would allow greater effectiveness in coercing and recognizing view options. |
| Comments |
| Comment by Trond Norbye [ 02/Apr/13 ] |
| http://review.couchbase.org/25439 |