This is an automated email from the ASF dual-hosted git repository. lhotari pushed a commit to branch branch-4.0 in repository https://gitbox.apache.org/repos/asf/pulsar.git
commit 68e9e8cf45d10f8437da4499979fe83614370afa Author: Zixuan Liu <[email protected]> AuthorDate: Tue Aug 26 14:59:51 2025 +0800 [improve][build] Increase maven resolver's sync context timeout (#24666) Signed-off-by: Zixuan Liu <[email protected]> (cherry picked from commit 19f9c26eb1c3fd373fd776e60925ff4de185148b) --- .mvn/jvm.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.mvn/jvm.config b/.mvn/jvm.config index 432ae52c530..cc168b56d45 100644 --- a/.mvn/jvm.config +++ b/.mvn/jvm.config @@ -1 +1 @@ --Xss1500k \ No newline at end of file +-Xss1500k -Daether.syncContext.named.time=300 \ No newline at end of file
