ソースを参照

Leave limits out to avoid warnings

Processes remain limited
Bob Mottram 8 年 前
コミット
be3275dbd7
共有1 個のファイルを変更した0 個の追加2 個の削除を含む
  1. 0
    2
      src/freedombone-base-email

+ 0
- 2
src/freedombone-base-email ファイルの表示

@@ -1311,8 +1311,6 @@ function configure_imap {
1311 1311
         exit 49259
1312 1312
     fi
1313 1313
     sed -i 's/#process_limit =.*/process_limit = 100/g' /etc/dovecot/conf.d/10-master.conf
1314
-    sed -i 's/#default_client_limit.*/default_client_limit = 300/g' /etc/dovecot/conf.d/10-master.conf
1315
-    sed -i 's|#default_process_limit =.*|default_process_limit = 300|g' /etc/dovecot/conf.d/10-master.conf
1316 1314
 
1317 1315
     if [ ! -f /etc/dovecot/conf.d/10-logging.conf ]; then
1318 1316
         echo $'Unable to find /etc/dovecot/conf.d/10-logging.conf'