Explorar el Código

['format'=>'lzma']

visuddhinanda hace 3 años
padre
commit
700eed14ac
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      app/Console/Commands/UpgradeDaily.php

+ 1 - 1
app/Console/Commands/UpgradeDaily.php

@@ -85,7 +85,7 @@ class UpgradeDaily extends Command
         $message .= "wbw.analyses:{$time}; ";
 */
         # 导出离线数据
-        $this->call('export:offline',['format'=>'gz']);
+        $this->call('export:offline',['format'=>'lzma']);
         $time = time()-$currTime;
         $message .= "export:offline:{$time}; ";