aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/core-commands.c2
-rw-r--r--src/ring.c2
2 files changed, 2 insertions, 2 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,
diff --git a/src/ring.c b/src/ring.c
index 5eb16e6..8bb825c 100644
--- a/src/ring.c
+++ b/src/ring.c
@@ -312,7 +312,7 @@ teco_ring_save_all_dirty_buffers(GError **error)
* Recovery creation interval in seconds or 0 if disabled.
* It's not currently enforced in batch mode.
*/
-guint teco_ring_recovery_interval = 5*60;
+guint teco_ring_recovery_interval = 2*60;
/**
* Create recovery files for all dirty buffers.