aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core-commands.c
diff options
context:
space:
mode:
authorRobin Haberkorn <rhaberkorn@fmsbw.de>2026-03-09 21:12:32 +0100
committerRobin Haberkorn <rhaberkorn@fmsbw.de>2026-03-09 21:12:32 +0100
commit66317e173c592817cfc7052b55a768e3ce7e4223 (patch)
tree80c3b737d9c162a3cd5a8c36dbed342dd095e283 /src/core-commands.c
parent92eaac43bbe8504a7c527d58c9f1fab4c988bdaa (diff)
decreased default recovery interval to 120s
5 minutes was probably a bit too conservative.
Diffstat (limited to 'src/core-commands.c')
-rw-r--r--src/core-commands.c2
1 files changed, 1 insertions, 1 deletions
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,