summaryrefslogtreecommitdiff
path: root/lib/backupstore/BackupConstants.h
blob: 195dc621284e02bfd20829ad1e622973a5ee2488 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
// --------------------------------------------------------------------------
//
// File
//		Name:    BackupConstants.h
//		Purpose: Constants for the backup server and client
//		Created: 2003/08/20
//
// --------------------------------------------------------------------------

#ifndef BACKUPCONSTANTS__H
#define BACKUPCONSTANTS__H

// 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

#endif // BACKUPCONSTANTS__H