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

#ifndef BACKUPCONSTANTS__H
#define BACKUPCONSTANTS__H

#define BACKUP_STORE_DEFAULT_ACCOUNT_DATABASE_FILE	"/etc/box/backupstoreaccounts"

// 15 minutes to timeout (milliseconds)
#define	BACKUP_STORE_TIMEOUT			(15*60*1000)

// Should the store daemon convert files to Raid immediately?
#define	BACKUP_STORE_CONVERT_TO_RAID_IMMEDIATELY	true

#endif // BACKUPCONSTANTS__H