Bob Mottram 7 년 전
부모
커밋
6e578a8bb7
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2
    0
      src/freedombone-base-email

+ 2
- 0
src/freedombone-base-email 파일 보기

@@ -1664,6 +1664,8 @@ function refresh_gpg_keys {
1664 1664
 }
1665 1665
 
1666 1666
 function prevent_mail_process_overrun {
1667
+    # This prevents any large buildup of exim processes, perhaps due to
1668
+    # Tor unavailability, from disabling the server
1667 1669
     { echo '#!/bin/bash';
1668 1670
       echo "exim_ctr=\$(pgrep \"exim4\" | wc -l)";
1669 1671
       echo "if [ \"\$exim_ctr\" -gt 5 ]; then";