Skip to content

Commit a585cd0

Browse files
fleischiecmouse
authored andcommitted
data/settings: Change the default lmtp_user_concurrency_limit to 10
1 parent 21c96ab commit a585cd0

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

data/settings.js

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6962,14 +6962,20 @@ format), save the message to the detail mailbox.`
69626962

69636963
lmtp_user_concurrency_limit: {
69646964
tags: [ 'lmtp', 'user_concurrency_limits' ],
6965+
changed: {
6966+
settings_lmtp_user_concurrency_limit_changed: `
6967+
Changed from \`unlimited\` to \`10\`.`
6968+
},
69656969
values: setting_types.UINT,
6966-
default: 0,
6970+
default: 10,
69676971
text: `
69686972
Limit the number of concurrent deliveries to a single user to this maximum
69696973
value.
69706974
69716975
It is useful if one user is receiving numerous mail messages and thereby
6972-
causing delays to other deliveries.`
6976+
causing delays to other deliveries.
6977+
6978+
To prevent limiting concurrent user deliveries set this to \`unlimited\`.`
69736979
},
69746980

69756981
lmtp_verbose_replies: {

data/updates.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,7 @@ export const updates = {
138138
settings_imapc_ssl_verify_removed: '2.4.0',
139139
settings_inet_listener_type_added: '2.4.0',
140140
settings_login_socket_path_added: '2.4.0',
141+
settings_lmtp_user_concurrency_limit_changed: '2.4.1',
141142
settings_mail_attachment_sis_option_changed: '2.4.0',
142143
settings_mail_cache_max_headers_count_added: '2.4.0',
143144
settings_mail_cache_max_header_name_length_added: '2.4.0',

0 commit comments

Comments
 (0)