修改配置

This commit is contained in:
hydrz 2020-05-07 16:22:13 +08:00
parent 3ca4bc0f7b
commit 9016b862e8

View File

@ -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',
/* /*
|-------------------------------------------------------------------------- |--------------------------------------------------------------------------