Skip to content
Snippets Groups Projects
Commit 34ba404e authored by Gregg Seymour's avatar Gregg Seymour Committed by Wayne Eaker
Browse files

Issue #3422014 by threeg: "Ping threshold" option doesn't reflect its set value

parent 281919df
No related branches found
No related tags found
1 merge request!16Correct `ping_threshold` default value
......@@ -123,7 +123,7 @@ class SmtpTransport extends TransportBase {
$form['advanced_options']['ping_threshold'] = [
'#type' => 'number',
'#title' => $this->t('Ping threshold'),
'#default_value' => $this->configuration['query']['restart_threshold_sleep'],
'#default_value' => $this->configuration['query']['ping_threshold'],
'#description' => $this->t('The minimum number of seconds between two messages required to ping the server.'),
'#min' => 0,
];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment