mirror of
https://github.com/roundcube/roundcubemail.git
synced 2026-03-03 06:44:03 +01:00
* fix phpstan "Implicit array creation" in plugin config files * update minimal "roundcube/plugin-installer" version
7 lines
113 B
Plaintext
7 lines
113 B
Plaintext
<?php
|
|
|
|
$config = [];
|
|
|
|
// Maximum attempts to connect the IMAP server
|
|
$config['reconnect_imap_max_attempts'] = 5;
|