ソースを参照

Deprecate scuttlebot

It uses too much cpu
Bob Mottram 7 年 前
コミット
e7e2f71c75
共有2 個のファイルを変更した3 個の追加1 個の削除を含む
  1. 1
    0
      src/freedombone-app-movim
  2. 2
    1
      src/freedombone-app-scuttlebot

+ 1
- 0
src/freedombone-app-movim ファイルの表示

549
 
549
 
550
     set_completion_param "movim domain" "$MOVIM_DOMAIN_NAME"
550
     set_completion_param "movim domain" "$MOVIM_DOMAIN_NAME"
551
 
551
 
552
+    systemctl restart mariadb
552
     systemctl start movim
553
     systemctl start movim
553
     systemctl restart php7.0-fpm
554
     systemctl restart php7.0-fpm
554
     systemctl restart nginx
555
     systemctl restart nginx

+ 2
- 1
src/freedombone-app-scuttlebot ファイルの表示

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