README.md in barkibu-kb-0.26.0 vs README.md in barkibu-kb-0.27.0

- old
+ new

@@ -40,9 +40,15 @@ KB.config.cache.instance = Rails.cache # ActiveSupport::Cache::NullStore.new KB.config.cache.expires_in = 1.second # 0 by default KB.config.log_level = :debugger # :info by default ``` +#### Request timeout configuration +```ruby +# config/initializers/kb_ruby.rb +KB.config.request.timeout = 10 # 5 by default +``` + ### Exposed Entities #### Pet Parent 🧍🏾 `KB::PetParent` acts almost like an `ActiveRecord` implementing `ActiveModel::Model` exposing: