@openstax/ts-utils 1.30.6 → 1.30.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -26,9 +26,6 @@ export const openSearchService = (initializer = {}) => (configProvider) => {
26
26
  maxRetries: 4, // default is 3
27
27
  requestTimeout: 5000, // default is 30000
28
28
  pingTimeout: 2000, // default is 30000
29
- sniffOnConnectionFault: true,
30
- sniffOnStart: true,
31
- resurrectStrategy: 'ping',
32
29
  node: await resolveConfigValue(config.node),
33
30
  }));
34
31
  return (indexConfig) => {