summaryrefslogtreecommitdiff
path: root/bin/bbstored/BackupConstants.h
blob: 19d06a150b207585b525237fae0fb52c71f98811 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
// --------------------------------------------------------------------------
//
// 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)

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

#endif // BACKUPCONSTANTS__H