From 9a17a7b69169d6bdd3ef274c59434d6abb39ad00 Mon Sep 17 00:00:00 2001 From: Dmitry Ivanov <ivadmi5@gmail.com> Date: Tue, 4 Feb 2025 16:17:27 +0300 Subject: [PATCH] update tarantool-sys to include several fixes * fae9c5bbe fix: timeouts for on_shutdown fibers used to be computed incorrectly * e2911d68e feat: auto set box.cfg{checkpoint_enabled=false} on split-brain * 4cd0b4ae0 feat: add box.cfg.checkpoint_enabled to toggle snapshots on/off * 3352da865 fix: ssl iostream used to return errors without setting them via diag_set * cdf7a646d fix: drop WAL directory lock upon exec() --- tarantool-sys | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tarantool-sys b/tarantool-sys index f90a0242ba..fae9c5bbe6 160000 --- a/tarantool-sys +++ b/tarantool-sys @@ -1 +1 @@ -Subproject commit f90a0242ba0c43b27bee70dbc49fb5e36c0569ec +Subproject commit fae9c5bbe6c5c83dc5a8cda153a3a3ff91991c5d -- GitLab