Skip to content

Commit 31703ee

Browse files
committed
Update README.md
1 parent d321d25 commit 31703ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ ES_ERROR_INDEX=
197197
'ssl_verification' => env('ES_OPT_VERIFY_SSL', true),
198198
'retires' => env('ES_OPT_RETRIES', null),
199199
'meta_header' => env('ES_OPT_META_HEADERS', true),
200-
'default_limit' => env('ES_OPT_DEFAULT_LIMIT', true),
200+
'default_limit' => env('ES_OPT_DEFAULT_LIMIT', 1000),
201201
'allow_id_sort' => env('ES_OPT_ID_SORTABLE', false),
202202
],
203203
],

0 commit comments

Comments
 (0)