lib/eco/api/session/batch.rb in eco-helpers-1.2.1 vs lib/eco/api/session/batch.rb in eco-helpers-1.2.2
- old
+ new
@@ -1,10 +1,10 @@
module Eco
module API
class Session
class Batch < Common::Session::BaseSession
- DEFAULT_BATCH_BLOCK = 100
+ DEFAULT_BATCH_BLOCK = 50
VALID_METHODS = [:get, :create, :update, :upsert, :delete]
class << self
# @return [Boolean] `true` if the method is supported, `false` otherwise.
def valid_method?(value)