diff --git a/Couchbase/CouchbaseView.cs b/Couchbase/CouchbaseView.cs index c74f563ff..f8678e044 100644 --- a/Couchbase/CouchbaseView.cs +++ b/Couchbase/CouchbaseView.cs @@ -50,6 +50,7 @@ protected CouchbaseView(CouchbaseView original) this.descending = original.descending; this.skip = original.skip; this.limit = original.limit; + this.stale = original.stale; } ///