diff --git a/src/wrapper/connection_handle.cxx b/src/wrapper/connection_handle.cxx index f9a33d8f..68f333a7 100644 --- a/src/wrapper/connection_handle.cxx +++ b/src/wrapper/connection_handle.cxx @@ -2096,6 +2096,9 @@ connection_handle::document_upsert_multi(zval* return_value, if (auto e = cb_set_durability(opts, options); e.ec) { return e; } + if (auto e = cb_set_expiry(opts, options); e.ec) { + return e; + } if (auto e = cb_set_preserve_expiry(opts, options); e.ec) { return e; }