From 3e55500e9e05742e165be1e62a636be04a1a62cb Mon Sep 17 00:00:00 2001
From: timmmooney <mooney@aps.anl.gov>
Date: Mon, 20 May 2013 20:28:36 +0000
Subject: [PATCH]

---
 iocBoot/iocLinux/save_restore.cmd | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/iocBoot/iocLinux/save_restore.cmd b/iocBoot/iocLinux/save_restore.cmd
index 8561a3f..824e26f 100644
--- a/iocBoot/iocLinux/save_restore.cmd
+++ b/iocBoot/iocLinux/save_restore.cmd
@@ -22,6 +22,13 @@ save_restoreSet_NumSeqFiles(3)
 # Time interval between sequenced backups
 save_restoreSet_SeqPeriodInSeconds(300)
 
+# Ok to retry connecting to PVs whose initial connection attempt failed?
+save_restoreSet_CAReconnect(1)
+
+# Time interval in seconds between forced save-file writes.  (-1 means forever).
+# This is intended to get save files written even if the normal trigger mechanism is broken.
+save_restoreSet_CallbackTimeout(-1)
+
 # specify where save files should be
 set_savefile_path("$(TOP)/iocBoot/$(IOC)", "autosave")
 
-- 
GitLab