Explorar el Código

Deprecate scuttlebot

It uses too much cpu
Bob Mottram hace 7 años
padre
commit
e7e2f71c75
Se han modificado 2 ficheros con 3 adiciones y 1 borrados
  1. 1
    0
      src/freedombone-app-movim
  2. 2
    1
      src/freedombone-app-scuttlebot

+ 1
- 0
src/freedombone-app-movim Ver fichero

@@ -549,6 +549,7 @@ function install_movim {
549 549
 
550 550
     set_completion_param "movim domain" "$MOVIM_DOMAIN_NAME"
551 551
 
552
+    systemctl restart mariadb
552 553
     systemctl start movim
553 554
     systemctl restart php7.0-fpm
554 555
     systemctl restart nginx

+ 2
- 1
src/freedombone-app-scuttlebot Ver fichero

@@ -10,6 +10,7 @@
10 10
 #
11 11
 # scuttlebot pub application
12 12
 # https://scuttlebot.io
13
+# Problem: on occasion uses 100% of the CPU, severely impacting other services
13 14
 #
14 15
 # License
15 16
 # =======
@@ -29,7 +30,7 @@
29 30
 # You should have received a copy of the GNU Affero General Public License
30 31
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
31 32
 
32
-VARIANTS='full full-vim chat'
33
+VARIANTS=''
33 34
 
34 35
 IN_DEFAULT_INSTALL=0
35 36
 SHOW_ON_ABOUT=0