mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-29 01:08:56 +00:00
2382c677ae
[ci skip] [skip ci]
25 lines
646 B
PHP
25 lines
646 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,
|
|
];
|