Skip to content

Commit

Permalink
Revert accidental change
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasolson committed Jul 29, 2020
1 parent e1b2d28 commit f03cb06
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ async function asyncSearch(
const path = encodeURI(request.id ? `/_async_search/${request.id}` : `/${index}/_async_search`);

// Wait up to 1s for the response to return
const query = toSnakeCase({ waitForCompletionTimeout: '1ms', keepAlive: '1m', ...queryParams });
const query = toSnakeCase({ waitForCompletionTimeout: '100ms', keepAlive: '1m', ...queryParams });

const { id, response, is_partial, is_running } = (await caller(
'transport.request',
Expand Down

0 comments on commit f03cb06

Please sign in to comment.