summaryrefslogtreecommitdiff
path: root/lib/tapicero/couch_stream.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/tapicero/couch_stream.rb')
-rw-r--r--lib/tapicero/couch_stream.rb5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/tapicero/couch_stream.rb b/lib/tapicero/couch_stream.rb
index 8583010..b63a9fd 100644
--- a/lib/tapicero/couch_stream.rb
+++ b/lib/tapicero/couch_stream.rb
@@ -1,3 +1,8 @@
+#
+# UNUSED: we currently use CouchRest's streamer instead. Still keeping this
+# around because it's a simple alternative that works.
+#
+
module Tapicero
class CouchStream
def initialize(database_url)