1
0
mirror of https://github.com/jhillyerd/inbucket.git synced 2025-12-17 09:37:02 +00:00

Cache message in memory during receipt, closes #23

This commit is contained in:
James Hillyerd
2016-09-18 16:35:13 -07:00
parent f84b36039e
commit a939605d4a
2 changed files with 56 additions and 52 deletions

View File

@@ -4,9 +4,16 @@ Change Log
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).
[1.1.0] - 2016-09-03
[Unreleased]
------------
### Fixed
- We should no longer run out of file handles when dealing with a large number
of recipients on a single message.
[1.1.0] - 2016-09-03
--------------------
### Added
- Homebrew inbucket.conf and formula (see README)