We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d884398 + d220596 commit b4a8201Copy full SHA for b4a8201
1 file changed
connector_elasticsearch/models/se_backend.py
@@ -45,7 +45,7 @@ class SeBackend(models.Model):
45
es_max_retries = fields.Integer(
46
string="Elasticsearch max retries",
47
default=0,
48
- help="Number of retries, when an occurs. "
+ help="Number of retries, when an error occurs. "
49
"0 or negative means no retries and the exception is raised.",
50
)
51
es_retry_on_timeout = fields.Boolean(
0 commit comments