mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-29 17:28:55 +00:00
ad1a6673f5
[ci skip] [skip ci]
25 lines
647 B
PHP
25 lines
647 B
PHP
<?php
|
|
|
|
return [
|
|
|
|
/*
|
|
|--------------------------------------------------------------------------
|
|
| Fixture source path
|
|
|--------------------------------------------------------------------------
|
|
|
|
|
| The path to where you store your fixtures.
|
|
|
|
|
*/
|
|
'location' => realpath(base_path()).'/database/fixtures',
|
|
|
|
/*
|
|
|--------------------------------------------------------------------------
|
|
| Fixture chunk size
|
|
|--------------------------------------------------------------------------
|
|
|
|
|
| The size of each insert chunk columns x rows <= $chunk_size.
|
|
|
|
|
*/
|
|
'chunk_size' => 500,
|
|
];
|