# File lib/rubyrep/proxy_block_cursor.rb, line 40
    def initialize(session, table)
      self.max_row_cache_size = 1000000 # this size should be sufficient as long as table doesn't contain blobs
      super
    end