Bob Mottram 7 gadus atpakaļ
vecāks
revīzija
6e578a8bb7
1 mainītis faili ar 2 papildinājumiem un 0 dzēšanām
  1. 2
    0
      src/freedombone-base-email

+ 2
- 0
src/freedombone-base-email Parādīt failu

@@ -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";