From 66317e173c592817cfc7052b55a768e3ce7e4223 Mon Sep 17 00:00:00 2001 From: Robin Haberkorn Date: Mon, 9 Mar 2026 21:12:32 +0100 Subject: decreased default recovery interval to 120s 5 minutes was probably a bit too conservative. --- src/core-commands.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/core-commands.c') diff --git a/src/core-commands.c b/src/core-commands.c index ee3c46c..528fa64 100644 --- a/src/core-commands.c +++ b/src/core-commands.c @@ -2188,7 +2188,7 @@ teco_state_ecommand_flags(teco_machine_main_t *ctx, GError **error) * .IP 6: * .SCITECO_TOPIC recovery * Interval in seconds for the creation of recovery files - * or 0 if those dumps are disabled (the default is 300 seconds). + * or 0 if those dumps are disabled (the default is 120 seconds). * When enabled all dirty buffers are dumped to files with hash * signs around the original basename (\fB#\fIfilename\fB#\fR). * They are removed automatically when no longer required, -- cgit v1.2.3