From f208d52022c53a8e7280f7440b4fb5f124c2847f Mon Sep 17 00:00:00 2001 From: Lukas Krecan Date: Fri, 3 Nov 2023 21:05:47 +0100 Subject: [PATCH] README updated --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 88e8b5204..c8fac24c8 100644 --- a/README.md +++ b/README.md @@ -922,7 +922,8 @@ public LockProvider lockProvider(...) { ``` KeepAliveLockProvider extends the lock in the middle of the lockAtMostFor interval. For example, if the lockAtMostFor is 10 minutes the lock is extended every 5 minutes for 10 minutes until the lock is released. Please note that the minimal -lockAtMostFor time supported by this provider is 30s. +lockAtMostFor time supported by this provider is 30s. The scheduler is used only for the lock extension, single thread +should be enough. ## Micronaut integration Since version 4.0.0, it's possible to use Micronaut framework for integration