Closed HostOncilla closed 2 months ago
Hi, this 2 values are not being saved on setup of new account.
'interval' => 300, 'retries' => 10,
retries saves the value 5 instead of 10 as specified, and the intervals saves the value of 0 instead of 300 as specified.
interval problem fixed in 1.0.27. retries is a global configuration parameter and never saved
interval
retries
Hi, this 2 values are not being saved on setup of new account.
'interval' => 300, 'retries' => 10,
retries saves the value 5 instead of 10 as specified, and the intervals saves the value of 0 instead of 300 as specified.