Avoid #changes_args.db_open_options for compatibility

We'll add it once we deploy the new version of the #changes_args record.

BugzID: 13780


Project: http://git-wip-us.apache.org/repos/asf/couchdb-mem3/repo
Commit: http://git-wip-us.apache.org/repos/asf/couchdb-mem3/commit/bb4dc35a
Tree: http://git-wip-us.apache.org/repos/asf/couchdb-mem3/tree/bb4dc35a
Diff: http://git-wip-us.apache.org/repos/asf/couchdb-mem3/diff/bb4dc35a

Branch: refs/heads/import
Commit: bb4dc35a7b0c2357955328feeccd3feb01cbde71
Parents: 33e5084
Author: Adam Kocoloski <a...@cloudant.com>
Authored: Mon Jun 4 17:06:46 2012 -0400
Committer: Adam Kocoloski <a...@cloudant.com>
Committed: Mon Jun 4 17:06:46 2012 -0400

----------------------------------------------------------------------
 src/mem3_rep_manager.erl | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb-mem3/blob/bb4dc35a/src/mem3_rep_manager.erl
----------------------------------------------------------------------
diff --git a/src/mem3_rep_manager.erl b/src/mem3_rep_manager.erl
index 7b98701..7f2c322 100644
--- a/src/mem3_rep_manager.erl
+++ b/src/mem3_rep_manager.erl
@@ -253,8 +253,8 @@ changes_feed_loop(DbName, Since) ->
                 feed = "normal",
                 since = Since,
                 filter = main_only,
-                timeout = infinity,
-                db_open_options = [sys_db]
+                timeout = infinity
+                % ,db_open_options = [sys_db] % uncomment once the field exists
                 }
             )
         end),

Reply via email to