summaryrefslogtreecommitdiff
path: root/lib/backupstore/BackupConstants.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/backupstore/BackupConstants.h')
-rw-r--r--lib/backupstore/BackupConstants.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/backupstore/BackupConstants.h b/lib/backupstore/BackupConstants.h
index 19d06a15..195dc621 100644
--- a/lib/backupstore/BackupConstants.h
+++ b/lib/backupstore/BackupConstants.h
@@ -13,6 +13,9 @@
// 15 minutes to timeout (milliseconds)
#define BACKUP_STORE_TIMEOUT (15*60*1000)
+// Time to wait for retry after a backup error
+#define BACKUP_ERROR_RETRY_SECONDS 100
+
// Should the store daemon convert files to Raid immediately?
#define BACKUP_STORE_CONVERT_TO_RAID_IMMEDIATELY true