From 5f766d1bb0b81fd8666645130967497ea23fa667 Mon Sep 17 00:00:00 2001 From: Andrew Kane Date: Mon, 16 Oct 2023 22:15:01 -0700 Subject: [PATCH] Updated readme [skip ci] --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 80c939bb..28756f21 100644 --- a/README.md +++ b/README.md @@ -838,7 +838,7 @@ For HTTP connections, Redis, and other services, check out [this guide](https:// ## Lock Timeout Retries [experimental] -There’s the option to automatically retry statements in migrations when the lock timeout is reached. Here’s how it works: +There’s the option to automatically retry statements for migrations when the lock timeout is reached. Here’s how it works: - If a lock timeout happens outside a transaction, the statement is retried - If it happens inside the DDL transaction, the entire migration is retried (only applicable to Postgres)