Skip to content

Commit

Permalink
make inactivity timout match docs (#2607)
Browse files Browse the repository at this point in the history
fixes 2595
  • Loading branch information
msimerson committed Mar 12, 2019
1 parent 6eb088d commit e82370f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server.js
Expand Up @@ -43,7 +43,7 @@ Server.load_smtp_ini = function () {
}

const defaults = {
inactivity_timeout: 600,
inactivity_timeout: 300,
daemon_log_file: '/var/log/haraka.log',
daemon_pid_file: '/var/run/haraka.pid',
force_shutdown_timeout: 30,
Expand Down

0 comments on commit e82370f

Please sign in to comment.