From 9016b862e8f2fe4ff57ae44214ad36a3694a8710 Mon Sep 17 00:00:00 2001 From: hydrz Date: Thu, 7 May 2020 16:22:13 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- vendor/dipper/excel/config/excel.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/vendor/dipper/excel/config/excel.php b/vendor/dipper/excel/config/excel.php index 030be220..eedaa49e 100644 --- a/vendor/dipper/excel/config/excel.php +++ b/vendor/dipper/excel/config/excel.php @@ -14,7 +14,7 @@ return [ | Here you can specify how big the chunk should be. | */ - 'chunk_size' => 1000, + 'chunk_size' => 10000, /* |-------------------------------------------------------------------------- @@ -25,7 +25,8 @@ return [ | or downloading. Here you can customize that path. | */ - 'temp_path' => sys_get_temp_dir(), + // 'temp_path' => sys_get_temp_dir(), + 'temp_path' => '/www/tmp', /* |--------------------------------------------------------------------------