We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d321d25 commit 31703eeCopy full SHA for 31703ee
README.md
@@ -197,7 +197,7 @@ ES_ERROR_INDEX=
197
'ssl_verification' => env('ES_OPT_VERIFY_SSL', true),
198
'retires' => env('ES_OPT_RETRIES', null),
199
'meta_header' => env('ES_OPT_META_HEADERS', true),
200
- 'default_limit' => env('ES_OPT_DEFAULT_LIMIT', true),
+ 'default_limit' => env('ES_OPT_DEFAULT_LIMIT', 1000),
201
'allow_id_sort' => env('ES_OPT_ID_SORTABLE', false),
202
],
203
0 commit comments