Run GC every 2s rather than 0.3s

Fixes #565
This commit is contained in:
Joe Nelson
2016-05-21 11:21:42 -07:00
parent a87dcd5553
commit 44cdc97d71
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -19,6 +19,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
- Use read-only transaction for read requests - @ruslantalpa
- Include entities from the same parent table using two different foreign keys - @ruslantalpa
- Ensure that Location header in 201 response is URL-encoded - @league
- Fix garbage collector CPU leak - @ruslantalpa et al.
## [0.3.1.1] - 2016-03-28