diff --git a/lib/couchrest/core/database.rb b/lib/couchrest/core/database.rb index 43dc749..067e885 100644 --- a/lib/couchrest/core/database.rb +++ b/lib/couchrest/core/database.rb @@ -20,7 +20,7 @@ module CouchRest @uri = @root = "#{host}/#{name}" @streamer = Streamer.new(self) @bulk_save_cache = [] - @bulk_save_cache_limit = 50 + @bulk_save_cache_limit = 500 # must be smaller than the uuid count end # returns the database's uri