修改配置
This commit is contained in:
parent
3ca4bc0f7b
commit
9016b862e8
5
vendor/dipper/excel/config/excel.php
vendored
5
vendor/dipper/excel/config/excel.php
vendored
@ -14,7 +14,7 @@ return [
|
|||||||
| Here you can specify how big the chunk should be.
|
| 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.
|
| or downloading. Here you can customize that path.
|
||||||
|
|
|
|
||||||
*/
|
*/
|
||||||
'temp_path' => sys_get_temp_dir(),
|
// 'temp_path' => sys_get_temp_dir(),
|
||||||
|
'temp_path' => '/www/tmp',
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|--------------------------------------------------------------------------
|
|--------------------------------------------------------------------------
|
||||||
|
Loading…
x
Reference in New Issue
Block a user