Skip to content

Commit

Permalink
Update CHANGELOG, ttl in aerospike.conf
Browse files Browse the repository at this point in the history
  • Loading branch information
khaf committed Apr 21, 2020
1 parent 5df8104 commit 1ca884d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .travis/aerospike.conf
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,6 @@ network {
namespace test {
replication-factor 1
memory-size 1G
default-ttl 30d # 30 days, use 0 to never expire/evict.
# default-ttl 30d # 30 days, use 0 to never expire/evict.
storage-engine memory
}
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ All notable changes to this project will be documented in this file.
* **Improvements**
* Optimize serialization for nested structures. Thanks to [@Kacper Madej](https://github.com/madejejej)! [[#94](https://github.com/aerospike/aerospike-client-ruby/pull/94)]
* Remove `Thread#abort_on_exception` from `batch_index_command`. Thanks to [@Kacper Madej](https://github.com/madejejej)! [[#94](https://github.com/aerospike/aerospike-client-ruby/pull/92)]
* Does not allow values other than Integer, Float, String, Symbol and nil to be used as keys in Maps.

* **Bug Fixes**
* Fixes tests that weren't using ENV variables for connections. This will allow the tests to be run on any server.
Expand Down

0 comments on commit 1ca884d

Please sign in to comment.