guhongwei il y a 2 ans
Parent
commit
17ba3936fc
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      config/config.prod.js

+ 1 - 1
config/config.prod.js

@@ -7,7 +7,7 @@ module.exports = () => {
   // 检查的盘符
   config.checkDrive = 'D:';
   // 占用空间警告线
-  config.redLine = 10; // 百分制
+  config.redLine = 80; // 百分制
   // 邮件接收人
   config.receiver = '1345526645@qq.com';
   return config;