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

Add store.messages option for SMTP load testing

This commit is contained in:
James Hillyerd
2012-10-27 17:33:37 -07:00
parent ae05f75055
commit ec58e79874
5 changed files with 53 additions and 22 deletions

View File

@@ -36,6 +36,10 @@ max.idle.seconds=30
# Maximum allowable size of message body in bytes (including attachments)
max.message.bytes=2048000
# Should we place messages into the datastore, or just throw them away
# (for load testing): true or false
store.messages=true
#############################################################################
[web]

View File

@@ -36,6 +36,10 @@ max.idle.seconds=300
# Maximum allowable size of message body in bytes (including attachments)
max.message.bytes=2048000
# Should we place messages into the datastore, or just throw them away
# (for load testing): true or false
store.messages=true
#############################################################################
[web]