Skip to content

Commit f8f599d

Browse files
committed
chore: bumps version to v3.0.0
1 parent 5788eda commit f8f599d

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

README.md

+1-6
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626

2727

2828
This gem let you easily integrate the Algolia Search API to your favorite ORM. It's based on the [algoliasearch-client-ruby](https://github.com/algolia/algoliasearch-client-ruby) gem.
29-
Rails 5.x and 6.x are supported.
29+
Rails 6.x and 7.x are supported.
3030

3131
You might be interested in the sample Ruby on Rails application providing a `autocomplete.js`-based auto-completion and `InstantSearch.js`-based instant search results page: [algoliasearch-rails-example](https://github.com/algolia/algoliasearch-rails-example/).
3232

@@ -128,11 +128,6 @@ You can configure a various timeout thresholds by setting the following options
128128
AlgoliaSearch.configuration = {
129129
application_id: 'YourApplicationID',
130130
api_key: 'YourAPIKey',
131-
connect_timeout: 2,
132-
receive_timeout: 30,
133-
send_timeout: 30,
134-
batch_timeout: 120,
135-
search_timeout: 5
136131
}
137132
```
138133

0 commit comments

Comments
 (0)